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
 
bool operator== (const StrongRootAllocatorBase &other) const
 
bool operator!= (const StrongRootAllocatorBase &other) const
 

Protected Member Functions

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

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/2]

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

◆ StrongRootAllocatorBase() [2/2]

v8::internal::StrongRootAllocatorBase::StrongRootAllocatorBase ( Isolate 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!=()

bool v8::internal::StrongRootAllocatorBase::operator!= ( const StrongRootAllocatorBase other) const
inline

◆ operator==()

bool v8::internal::StrongRootAllocatorBase::operator== ( const StrongRootAllocatorBase other) const
inline

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