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, api_constants::kDefaultAlignment > Struct Template Referencefinal

#include <allocation.h>

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

Static Public Member Functions

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

Detailed Description

template<typename GCInfoType, typename CustomSpace>
struct cppgc::internal::MakeGarbageCollectedTraitInternal::AllocationDispatcher< GCInfoType, CustomSpace, api_constants::kDefaultAlignment >

Definition at line 110 of file allocation.h.

Member Function Documentation

◆ Invoke()

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

Definition at line 113 of file allocation.h.

Here is the call graph for this function:

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