Home
last modified time | relevance | path

Searched refs:GetWastedSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocator-inl.h221 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 Dfree_object_list.h65 size_t GetWastedSize() const in GetWastedSize() function in panda::ecmascript::FreeObjectList
H A Dallocator.h118 inline size_t GetWastedSize() const;
H A Dsparse_space.cpp511 size_t wasted = allocator_->GetWastedSize(); in CheckRegionSize()
H A Dregion.h791 uint64_t GetWastedSize() in GetWastedSize() function in panda::ecmascript::Region

Completed in 5 milliseconds