Home
last modified time | relevance | path

Searched defs:GetAllocatedBytes (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dfreelist_allocator.h185 size_t GetAllocatedBytes() const in GetAllocatedBytes() function
Drunslots_allocator.h168 size_t GetAllocatedBytes() const in GetAllocatedBytes() function
Dregion_space.cpp23 uint32_t Region::GetAllocatedBytes() const in GetAllocatedBytes() function in ark::mem::Region
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp36 size_t GetAllocatedBytes() const override { return 0; } in GetAllocatedBytes() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp29 size_t GetAllocatedBytes() const override { return 0; } in GetAllocatedBytes() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h156 size_t GetAllocatedBytes() const override in GetAllocatedBytes() function