v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ StrongRootAllocatorBase() [1/5]

StrongRootAllocatorBase ( Heap *  heap)
inlineexplicitprotected

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

◆ StrongRootAllocatorBase() [2/5]

StrongRootAllocatorBase ( LocalHeap *  heap)
explicitprotected

◆ StrongRootAllocatorBase() [3/5]

StrongRootAllocatorBase ( Isolate isolate)
explicitprotected

◆ StrongRootAllocatorBase() [4/5]

StrongRootAllocatorBase ( v8::Isolate isolate)
explicitprotected

◆ StrongRootAllocatorBase() [5/5]

StrongRootAllocatorBase ( LocalIsolate *  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 1453 of file v8-internal.h.

Friends And Related Symbol Documentation

◆ operator==

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

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


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