V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::FreeListCategory Class Reference

Public Member Functions

 FreeListCategory (FreeList *free_list, Page *page)
 
void Initialize (FreeListCategoryType type)
 
void Reset ()
 
void ResetStats ()
 
void RepairFreeList (Heap *heap)
 
void Relink ()
 
void Free (Address address, size_t size_in_bytes, FreeMode mode)
 
FreeSpacePickNodeFromList (size_t minimum_size, size_t *node_size)
 
FreeSpaceSearchForNodeInList (size_t minimum_size, size_t *node_size)
 
FreeListowner ()
 
Pagepage () const
 
bool is_linked ()
 
bool is_empty ()
 
size_t available () const
 
void set_free_list (FreeList *free_list)
 

Friends

class FreeList
 
class PagedSpace
 

Detailed Description

Definition at line 152 of file spaces.h.


The documentation for this class was generated from the following files: