v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
StrongRootAllocatorBase Class Reference

#include <v8-internal.h>

Inheritance diagram for StrongRootAllocatorBase:

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 (v8::Isolate *isolate)
 
Addressallocate_impl (size_t n)
 
void deallocate_impl (Address *p, size_t n) noexcept
 

Detailed Description

Definition at line 1106 of file v8-internal.h.

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/2]

StrongRootAllocatorBase ( Heap *  heap)
inlineexplicitprotected

Definition at line 1118 of file v8-internal.h.

◆ StrongRootAllocatorBase() [2/2]

StrongRootAllocatorBase ( v8::Isolate isolate)
explicitprotected

Member Function Documentation

◆ allocate_impl()

Address * allocate_impl ( size_t  n)
protected

◆ deallocate_impl()

void deallocate_impl ( Address p,
size_t  n 
)
protectednoexcept

◆ heap()

Heap * heap ( ) const
inline

Definition at line 1108 of file v8-internal.h.

◆ operator!=()

bool operator!= ( const StrongRootAllocatorBase other) const
inline

Definition at line 1113 of file v8-internal.h.

◆ operator==()

bool operator== ( const StrongRootAllocatorBase other) const
inline

Definition at line 1110 of file v8-internal.h.


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