Searched refs:GetWastedSize (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | allocator-inl.h | 221 freeList_->IncreaseWastedSize(region->GetWastedSize()); in CollectFreeObjectSet() 247 freeList_->DecreaseWastedSize(region->GetWastedSize()); in DetachFreeObjectSet() 257 size_t FreeListAllocator<T>::GetWastedSize() const in GetWastedSize() function in panda::ecmascript::FreeListAllocator 259 return freeList_->GetWastedSize(); in GetWastedSize() |
H A D | free_object_list.h | 65 size_t GetWastedSize() const in GetWastedSize() function in panda::ecmascript::FreeObjectList |
H A D | allocator.h | 118 inline size_t GetWastedSize() const; |
H A D | sparse_space.cpp | 511 size_t wasted = allocator_->GetWastedSize(); in CheckRegionSize() |
H A D | region.h | 791 uint64_t GetWastedSize() in GetWastedSize() function in panda::ecmascript::Region |
Completed in 5 milliseconds