Home
last modified time | relevance | path

Searched defs:GetDirtyUnitCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfree_region_manager.h110 uint32_t GetDirtyUnitCount() const { return dirtyUnitTree_.GetTotalCount(); } in GetDirtyUnitCount() function
Dregion_manager.h343 size_t GetDirtyUnitCount() const { return freeRegionManager_.GetDirtyUnitCount(); } in GetDirtyUnitCount() function