v8  9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
allocation.h File Reference
#include <stdint.h>
#include <atomic>
#include "cppgc/custom-space.h"
#include "cppgc/garbage-collected.h"
#include "cppgc/internal/api-constants.h"
#include "cppgc/internal/gc-info.h"
Include dependency graph for allocation.h:

Go to the source code of this file.

Data Structures

class  MakeGarbageCollectedTraitBase< T >
 
class  MakeGarbageCollectedTraitInternal
 
class  MakeGarbageCollectedTraitBase< T >
 
struct  AdditionalBytes
 
class  MakeGarbageCollectedTrait< T >
 
struct  PostConstructionCallbackTrait< T, typename >
 

Namespaces

 cppgc
 
 cppgc::internal
 

Functions

template<typename T , typename... Args>
T * MakeGarbageCollected (AllocationHandle &handle, Args &&... args)
 
template<typename T , typename... Args>
T * MakeGarbageCollected (AllocationHandle &handle, AdditionalBytes additional_bytes, Args &&... args)