Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Friends | List of all members
v8::internal::StrongRootAllocatorBase Class Reference

#include <v8-internal.h>

Public Member Functions

Heap * heap () const
 

Protected Member Functions

 StrongRootAllocatorBase (Heap *heap)
 
 StrongRootAllocatorBase (LocalHeap *heap)
 
 StrongRootAllocatorBase (Isolate *isolate)
 
 StrongRootAllocatorBase (v8::Isolate *isolate)
 
 StrongRootAllocatorBase (LocalIsolate *isolate)
 
Addressallocate_impl (size_t n)
 
void deallocate_impl (Address *p, size_t n) noexcept
 

Friends

bool operator== (const StrongRootAllocatorBase &a, const StrongRootAllocatorBase &b)
 

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( Heap *  heap)
inlineexplicitprotected

◆ StrongRootAllocatorBase() [2/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( LocalHeap *  heap)
explicitprotected

◆ StrongRootAllocatorBase() [3/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( Isolate isolate)
explicitprotected

◆ StrongRootAllocatorBase() [4/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( v8::Isolate isolate)
explicitprotected

◆ StrongRootAllocatorBase() [5/5]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( LocalIsolate *  isolate)
explicitprotected

Member Function Documentation

◆ allocate_impl()

Address * v8::internal::StrongRootAllocatorBase::allocate_impl ( size_t  n)
protected

◆ deallocate_impl()

void v8::internal::StrongRootAllocatorBase::deallocate_impl ( Address p,
size_t  n 
)
protectednoexcept

◆ heap()

Heap * v8::internal::StrongRootAllocatorBase::heap ( ) const
inline

Friends And Related Function Documentation

◆ operator==

bool operator== ( const StrongRootAllocatorBase a,
const StrongRootAllocatorBase b 
)
friend

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