| AllocatePages(int requested_pages, int *allocated_pages, PagedSpace *owner) | v8::internal::MemoryAllocator | [static] |
| AllocateRawMemory(const size_t requested, size_t *allocated, Executability executable) | v8::internal::MemoryAllocator | [static] |
| Available() | v8::internal::MemoryAllocator | [inline, static] |
| capacity_ | v8::internal::MemoryAllocator | [private, static] |
| chunks_ | v8::internal::MemoryAllocator | [private, static] |
| CommitBlock(Address start, size_t size, Executability executable) | v8::internal::MemoryAllocator | [static] |
| CommitPages(Address start, size_t size, PagedSpace *owner, int *num_pages) | v8::internal::MemoryAllocator | [static] |
| DeleteChunk(int chunk_id) | v8::internal::MemoryAllocator | [private, static] |
| FindFirstPageInSameChunk(Page *p) | v8::internal::MemoryAllocator | [static] |
| FindLastPageInSameChunk(Page *p) | v8::internal::MemoryAllocator | [static] |
| free_chunk_ids_ | v8::internal::MemoryAllocator | [private, static] |
| FreePages(Page *p) | v8::internal::MemoryAllocator | [static] |
| FreeRawMemory(void *buf, size_t length) | v8::internal::MemoryAllocator | [static] |
| GetChunkId(Page *p) | v8::internal::MemoryAllocator | [inline, private, static] |
| GetNextPage(Page *p) | v8::internal::MemoryAllocator | [inline, static] |
| initial_chunk_ | v8::internal::MemoryAllocator | [private, static] |
| InitializePagesInChunk(int chunk_id, int pages_in_chunk, PagedSpace *owner) | v8::internal::MemoryAllocator | [private, static] |
| IsPageInSpace(Page *p, PagedSpace *space) | v8::internal::MemoryAllocator | [inline, static] |
| IsValidChunk(int chunk_id) | v8::internal::MemoryAllocator | [inline, private, static] |
| IsValidChunkId(int chunk_id) | v8::internal::MemoryAllocator | [inline, private, static] |
| kChunkSize | v8::internal::MemoryAllocator | [static] |
| kMaxNofChunks | v8::internal::MemoryAllocator | [static] |
| kPagesPerChunk | v8::internal::MemoryAllocator | [static] |
| max_nof_chunks_ | v8::internal::MemoryAllocator | [private, static] |
| MaxAvailable() | v8::internal::MemoryAllocator | [inline, static] |
| OutOfChunkIds() | v8::internal::MemoryAllocator | [inline, private, static] |
| PageOwner(Page *page) | v8::internal::MemoryAllocator | [inline, static] |
| Pop() | v8::internal::MemoryAllocator | [private, static] |
| Push(int free_chunk_id) | v8::internal::MemoryAllocator | [private, static] |
| ReserveInitialChunk(const size_t requested) | v8::internal::MemoryAllocator | [static] |
| SetNextPage(Page *prev, Page *next) | v8::internal::MemoryAllocator | [inline, static] |
| Setup(int max_capacity) | v8::internal::MemoryAllocator | [static] |
| size_ | v8::internal::MemoryAllocator | [private, static] |
| TearDown() | v8::internal::MemoryAllocator | [static] |
| top_ | v8::internal::MemoryAllocator | [private, static] |