5#ifndef V8_HEAP_FREE_LIST_INL_H_
6#define V8_HEAP_FREE_LIST_INL_H_
28 if (category_top !=
nullptr) {
39 if (!category->
is_empty()) empty =
false;
Tagged< FreeSpace > top()
bool is_linked(FreeList *owner) const
FreeListCategoryType type_
void UpdateCountersAfterAllocation(size_t allocation_size)
FreeListCategory ** categories_
PageMetadata * GetPageForCategoryType(FreeListCategoryType type)
void ForAllFreeListCategories(FreeListCategoryType type, Callback callback)
static V8_INLINE PageMetadata * FromHeapObject(Tagged< HeapObject > o)
int32_t FreeListCategoryType
#define DCHECK(condition)