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

#include <v8-internal.h>

Public Member Functions

Heap * heap () const
 
constexpr bool operator== (const StrongRootAllocatorBase &) const =default
 

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
 

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

◆ operator==()

constexpr bool v8::internal::StrongRootAllocatorBase::operator== ( const StrongRootAllocatorBase ) const
constexprdefault

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