v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
MakeGarbageCollectedTraitInternal Class Reference

#include <allocation.h>

Static Protected Member Functions

static void MarkObjectAsFullyConstructed (const void *payload)
 
static void * Allocate (cppgc::AllocationHandle &handle, size_t size, GCInfoIndex index)
 
static void * Allocate (cppgc::AllocationHandle &handle, size_t size, GCInfoIndex index, CustomSpaceIndex space_index)
 

Friends

class HeapObjectHeader
 

Detailed Description

Definition at line 33 of file allocation.h.

Member Function Documentation

◆ Allocate() [1/2]

static void* Allocate ( cppgc::AllocationHandle &  handle,
size_t  size,
GCInfoIndex  index 
)
staticprotected

◆ Allocate() [2/2]

static void* Allocate ( cppgc::AllocationHandle &  handle,
size_t  size,
GCInfoIndex  index,
CustomSpaceIndex  space_index 
)
staticprotected

◆ MarkObjectAsFullyConstructed()

static void MarkObjectAsFullyConstructed ( const void *  payload)
inlinestaticprotected

Friends And Related Function Documentation

◆ HeapObjectHeader

friend class HeapObjectHeader
friend

Definition at line 51 of file allocation.h.


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