![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <allocation.h>
Static Public Attributes | |
| static constexpr size_t | kAnyBaseAlignment = 1 |
Definition at line 382 of file allocation.h.
| size_t v8::internal::VirtualMemoryCage::ReservationParams::base_alignment |
Definition at line 387 of file allocation.h.
|
staticconstexpr |
Definition at line 394 of file allocation.h.
| v8::PageAllocator* v8::internal::VirtualMemoryCage::ReservationParams::page_allocator |
Definition at line 384 of file allocation.h.
| base::PageFreeingMode v8::internal::VirtualMemoryCage::ReservationParams::page_freeing_mode |
Definition at line 392 of file allocation.h.
| base::PageInitializationMode v8::internal::VirtualMemoryCage::ReservationParams::page_initialization_mode |
Definition at line 391 of file allocation.h.
| size_t v8::internal::VirtualMemoryCage::ReservationParams::page_size |
Definition at line 388 of file allocation.h.
| PageAllocator::Permission v8::internal::VirtualMemoryCage::ReservationParams::permissions |
Definition at line 390 of file allocation.h.
| Address v8::internal::VirtualMemoryCage::ReservationParams::requested_start_hint |
Definition at line 389 of file allocation.h.
| size_t v8::internal::VirtualMemoryCage::ReservationParams::reservation_size |
Definition at line 386 of file allocation.h.