Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp38 size_t GetMaxCapacity() const override { return 0; } in GetMaxCapacity() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp31 size_t GetMaxCapacity() const override { return 0; } in GetMaxCapacity() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp327 size_t HeapImpl::GetMaxCapacity() const { return theSpace_->GetMaxCapacity(); } in GetMaxCapacity() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h125 size_t GetMaxCapacity() const override { return reservedEnd_ - reservedStart_; } in GetMaxCapacity() function