v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::StrongRootAllocator< Address > Class Reference

#include <heap.h>

Inheritance diagram for v8::internal::StrongRootAllocator< Address >:
Collaboration diagram for v8::internal::StrongRootAllocator< Address >:

Public Types

using value_type = Address
 

Public Member Functions

template<typename HeapOrIsolateT >
 StrongRootAllocator (HeapOrIsolateT *heap_or_isolate)
 
template<typename U >
 StrongRootAllocator (const StrongRootAllocator< U > &other) V8_NOEXCEPT
 
Addressallocate (size_t n)
 
void deallocate (Address *p, size_t n) noexcept
 
- Public Member Functions inherited from v8::internal::StrongRootAllocatorBase
Heapheap () const
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::StrongRootAllocatorBase
 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
 

Detailed Description

Definition at line 2677 of file heap.h.

Member Typedef Documentation

◆ value_type

Definition at line 2679 of file heap.h.

Constructor & Destructor Documentation

◆ StrongRootAllocator() [1/2]

template<typename HeapOrIsolateT >
v8::internal::StrongRootAllocator< Address >::StrongRootAllocator ( HeapOrIsolateT * heap_or_isolate)
inlineexplicit

Definition at line 2682 of file heap.h.

◆ StrongRootAllocator() [2/2]

template<typename U >
v8::internal::StrongRootAllocator< Address >::StrongRootAllocator ( const StrongRootAllocator< U > & other)
inline

Definition at line 2685 of file heap.h.

Member Function Documentation

◆ allocate()

Definition at line 2688 of file heap.h.

◆ deallocate()

void v8::internal::StrongRootAllocator< Address >::deallocate ( Address * p,
size_t n )
inlinenoexcept

Definition at line 2689 of file heap.h.


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