![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
This is the complete list of members for v8::PageAllocator, including all inherited members.
| AllocatePages(void *address, size_t length, size_t alignment, Permission permissions)=0 | v8::PageAllocator | pure virtual |
| AllocatePageSize()=0 | v8::PageAllocator | pure virtual |
| CommitPageSize()=0 | v8::PageAllocator | pure virtual |
| DiscardSystemPages(void *address, size_t size) | v8::PageAllocator | inlinevirtual |
| FreePages(void *address, size_t length)=0 | v8::PageAllocator | pure virtual |
| GetRandomMmapAddr()=0 | v8::PageAllocator | pure virtual |
| kNoAccess enum value (defined in v8::PageAllocator) | v8::PageAllocator | |
| kRead enum value (defined in v8::PageAllocator) | v8::PageAllocator | |
| kReadExecute enum value (defined in v8::PageAllocator) | v8::PageAllocator | |
| kReadWrite enum value (defined in v8::PageAllocator) | v8::PageAllocator | |
| kReadWriteExecute enum value (defined in v8::PageAllocator) | v8::PageAllocator | |
| Permission enum name | v8::PageAllocator | |
| ReleasePages(void *address, size_t length, size_t new_length)=0 | v8::PageAllocator | pure virtual |
| SetPermissions(void *address, size_t length, Permission permissions)=0 | v8::PageAllocator | pure virtual |
| SetRandomMmapSeed(int64_t seed)=0 | v8::PageAllocator | pure virtual |
| ~PageAllocator()=default (defined in v8::PageAllocator) | v8::PageAllocator | virtual |