Loading...
Searching...
No Matches
v8::PageAllocator Member List

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)=0v8::PageAllocatorpure virtual
AllocatePageSize()=0v8::PageAllocatorpure virtual
AllocateSharedPages(size_t length, const void *original_address)v8::PageAllocatorinlinevirtual
CanAllocateSharedPages()v8::PageAllocatorinlinevirtual
CommitPageSize()=0v8::PageAllocatorpure virtual
DecommitPages(void *address, size_t size)=0v8::PageAllocatorpure virtual
DiscardSystemPages(void *address, size_t size)v8::PageAllocatorinlinevirtual
FreePages(void *address, size_t length)=0v8::PageAllocatorpure virtual
GetRandomMmapAddr()=0v8::PageAllocatorpure virtual
kNoAccess enum valuev8::PageAllocator
kNoAccessWillJitLater enum valuev8::PageAllocator
kRead enum valuev8::PageAllocator
kReadExecute enum valuev8::PageAllocator
kReadWrite enum valuev8::PageAllocator
kReadWriteExecute enum valuev8::PageAllocator
Permission enum namev8::PageAllocator
RecommitPages(void *address, size_t length, Permission permissions)v8::PageAllocatorinlinevirtual
ReleasePages(void *address, size_t length, size_t new_length)=0v8::PageAllocatorpure virtual
ReserveForSharedMemoryMapping(void *address, size_t size)v8::PageAllocatorinlinevirtual
SetPermissions(void *address, size_t length, Permission permissions)=0v8::PageAllocatorpure virtual
SetRandomMmapSeed(int64_t seed)=0v8::PageAllocatorpure virtual
~PageAllocator()=defaultv8::PageAllocatorvirtual