V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
VirtualMemory (v8::PageAllocator *page_allocator, size_t size, void *hint, size_t alignment=1) | |
VirtualMemory (v8::PageAllocator *page_allocator, Address address, size_t size) | |
VirtualMemory (VirtualMemory &&other) V8_NOEXCEPT | |
VirtualMemory & | operator= (VirtualMemory &&other) V8_NOEXCEPT |
bool | IsReserved () const |
void | Reset () |
v8::PageAllocator * | page_allocator () |
const base::AddressRegion & | region () const |
Address | address () const |
Address | end () const |
size_t | size () const |
bool | SetPermissions (Address address, size_t size, PageAllocator::Permission access) |
size_t | Release (Address free_start) |
void | Free () |
void | TakeControl (VirtualMemory *from) |
bool | InVM (Address address, size_t size) |
Definition at line 163 of file allocation.h.