Home
last modified time | relevance | path

Searched defs:GetCurrentCapacity (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp39 size_t GetCurrentCapacity() const override { return 0; } in GetCurrentCapacity() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp32 size_t GetCurrentCapacity() const override { return 0; } in GetCurrentCapacity() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp329 size_t HeapImpl::GetCurrentCapacity() const { return theSpace_->GetCurrentCapacity(); } in GetCurrentCapacity() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h124 …size_t GetCurrentCapacity() const override { return regionManager_.GetInactiveZone() - reservedSta… in GetCurrentCapacity() function