v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment > Struct Template Referencefinal

#include <allocation.h>

Collaboration diagram for cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment >:

Static Public Member Functions

static void * Invoke (AllocationHandle &handle, size_t size)
 

Detailed Description

template<typename GCInfoType, typename CustomSpace, size_t alignment>
struct cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment >

Definition at line 72 of file allocation.h.

Member Function Documentation

◆ Invoke()

template<typename GCInfoType , typename CustomSpace , size_t alignment>
static void * cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, alignment >::Invoke ( AllocationHandle & handle,
size_t size )
inlinestatic

Definition at line 73 of file allocation.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: