|
size_t | Free (Address start, size_t size_in_bytes, FreeMode mode) |
|
V8_WARN_UNUSED_RESULT FreeSpace * | Allocate (size_t size_in_bytes, size_t *node_size) |
|
void | Reset () |
|
void | ResetStats () |
|
size_t | Available () |
|
bool | IsEmpty () |
|
void | RepairLists (Heap *heap) |
|
size_t | EvictFreeListItems (Page *page) |
|
bool | ContainsPageFreeListItems (Page *page) |
|
size_t | wasted_bytes () |
|
template<typename Callback > |
void | ForAllFreeListCategories (FreeListCategoryType type, Callback callback) |
|
template<typename Callback > |
void | ForAllFreeListCategories (Callback callback) |
|
bool | AddCategory (FreeListCategory *category) |
|
void | RemoveCategory (FreeListCategory *category) |
|
void | PrintCategories (FreeListCategoryType type) |
|
Page * | GetPageForCategoryType (FreeListCategoryType type) |
|
|
static size_t | GuaranteedAllocatable (size_t maximum_freed) |
|
static FreeListCategoryType | SelectFreeListCategoryType (size_t size_in_bytes) |
|
Definition at line 1761 of file spaces.h.
The documentation for this class was generated from the following files: