![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
void * | chunk |
void * | optional_metadata |
size_t | size |
size_t | area_start |
size_t | area_end |
VirtualMemory | reservation |
Definition at line 231 of file memory-allocator.h.
size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::area_end |
Definition at line 238 of file memory-allocator.h.
size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::area_start |
Definition at line 237 of file memory-allocator.h.
void* v8::internal::MemoryAllocator::MemoryChunkAllocationResult::chunk |
Definition at line 232 of file memory-allocator.h.
void* v8::internal::MemoryAllocator::MemoryChunkAllocationResult::optional_metadata |
Definition at line 235 of file memory-allocator.h.
VirtualMemory v8::internal::MemoryAllocator::MemoryChunkAllocationResult::reservation |
Definition at line 239 of file memory-allocator.h.
size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::size |
Definition at line 236 of file memory-allocator.h.