v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::MemoryAllocator::MemoryChunkAllocationResult Struct Reference
Collaboration diagram for v8::internal::MemoryAllocator::MemoryChunkAllocationResult:

Public Attributes

void * chunk
 
void * optional_metadata
 
size_t size
 
size_t area_start
 
size_t area_end
 
VirtualMemory reservation
 

Detailed Description

Definition at line 231 of file memory-allocator.h.

Member Data Documentation

◆ area_end

size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::area_end

Definition at line 238 of file memory-allocator.h.

◆ area_start

size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::area_start

Definition at line 237 of file memory-allocator.h.

◆ chunk

void* v8::internal::MemoryAllocator::MemoryChunkAllocationResult::chunk

Definition at line 232 of file memory-allocator.h.

◆ optional_metadata

void* v8::internal::MemoryAllocator::MemoryChunkAllocationResult::optional_metadata

Definition at line 235 of file memory-allocator.h.

◆ reservation

VirtualMemory v8::internal::MemoryAllocator::MemoryChunkAllocationResult::reservation

Definition at line 239 of file memory-allocator.h.

◆ size

size_t v8::internal::MemoryAllocator::MemoryChunkAllocationResult::size

Definition at line 236 of file memory-allocator.h.


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