|
V8 Project
|
#include <spaces.h>
Inheritance diagram for v8::internal::OldSpace:
Collaboration diagram for v8::internal::OldSpace:Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::PagedSpace | |
| static bool | ShouldBeSweptBySweeperThreads (Page *p) |
Static Public Member Functions inherited from v8::internal::Malloced | |
| static void | FatalProcessOutOfMemory () |
| static void * | New (size_t size) |
| static void | Delete (void *p) |
Protected Member Functions inherited from v8::internal::PagedSpace | |
| 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) |
Protected Attributes inherited from v8::internal::PagedSpace | |
| 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.