v8  9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
allocation.h File Reference
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <new>
#include <type_traits>
#include <utility>
#include "cppgc/custom-space.h"
#include "cppgc/internal/api-constants.h"
#include "cppgc/internal/gc-info.h"
#include "cppgc/type-traits.h"
#include "v8config.h"
Include dependency graph for allocation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MakeGarbageCollectedTraitInternal
 
struct  MakeGarbageCollectedTraitInternal::SpacePolicy< U, CustomSpace >
 
struct  MakeGarbageCollectedTraitInternal::SpacePolicy< U, void >
 
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)