Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp40 size_t GetUsedPageSize() const override { return 0; } in GetUsedPageSize() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp33 size_t GetUsedPageSize() const override { return 0; } in GetUsedPageSize() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp331 size_t HeapImpl::GetUsedPageSize() const { return theSpace_->GetUsedPageSize(); } in GetUsedPageSize() function in common::HeapImpl
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h145 size_t GetUsedPageSize() const override in GetUsedPageSize() function