V8 Project
|
#include <spaces.h>
Additional Inherited Members | |
![]() | |
static bool | ShouldBeSweptBySweeperThreads (Page *p) |
![]() | |
static void | FatalProcessOutOfMemory () |
static void * | New (size_t size) |
static void | Delete (void *p) |
![]() | |
FreeList * | free_list () |
intptr_t | SizeOfFirstPage () |
bool | Expand () |
HeapObject * | AllocateLinearly (int size_in_bytes) |
MUST_USE_RESULT HeapObject * | WaitForSweeperThreadsAndRetryAllocation (int size_in_bytes) |
MUST_USE_RESULT HeapObject * | SlowAllocateRaw (int size_in_bytes) |
![]() | |
int | area_size_ |
intptr_t | max_capacity_ |
AllocationStats | accounting_stats_ |
Page | anchor_ |
FreeList | free_list_ |
AllocationInfo | allocation_info_ |
intptr_t | unswept_free_bytes_ |
Page * | end_of_unswept_pages_ |
MemoryChunk * | emergency_memory_ |
|
inline |
Definition at line 2600 of file spaces.h.