Home
last modified time | relevance | path

Searched defs:allocatedBytes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gc_test.cpp75 void MemStatsGCTest::SetAllocatedStats(uint64_t &allocatedObjects, uint64_t &allocatedBytes, size_t… in SetAllocatedStats()
107 uint64_t allocatedBytes = stats->GetAllocated(SpaceType::SPACE_TYPE_OBJECT); in MemStatsTest() local
Dmem_stats_gen_gc_test.cpp119 size_t allocatedBytes; member
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp28 uint32_t allocatedBytes = 0; in GetAllocatedBytes() local