Home
last modified time | relevance | path

Searched refs:init_heap_objects (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_test.cpp163 size_t init_heap_objects = stats->GetTotalObjectsAllocated(); in TEST_F() local
173 AssertHeapObjectsStats(stats, init_heap_objects + 2, 0, 0, 0); in TEST_F()
190 size_t init_heap_objects = stats->GetTotalObjectsAllocated(); in TEST_F() local
198 AssertHeapObjectsStats(stats, init_heap_objects, 0, 0, 0); in TEST_F()
215 size_t init_heap_objects = stats->GetTotalObjectsAllocated(); in TEST_F() local
227 AssertHeapObjectsStats(stats, init_heap_objects, 0, 0, 0); in TEST_F()
240 size_t init_heap_objects = stats->GetTotalObjectsAllocated(); in TEST_F() local
252 AssertHeapObjectsStats(stats, init_heap_objects + 1, 1, 0, 0); in TEST_F()
263 size_t init_heap_objects = stats->GetTotalObjectsAllocated(); in TEST_F() local
280 AssertHeapObjectsStats(stats, init_heap_objects + 1, 1, 0, 0); in TEST_F()
[all …]