![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap.h>
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 | |
| Address * | allocate (size_t n) |
| void | deallocate (Address *p, size_t n) noexcept |
Public Member Functions inherited from v8::internal::StrongRootAllocatorBase | |
| Heap * | heap () 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) | |
| Address * | allocate_impl (size_t n) |
| void | deallocate_impl (Address *p, size_t n) noexcept |
| using v8::internal::StrongRootAllocator< Address >::value_type = Address |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinenoexcept |