Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
Dmem_stats.h95 [[nodiscard]] uint64_t GetObjectsCountAlive() const;
Dmem_stats.cpp132 [[nodiscard]] uint64_t MemStats<T>::GetObjectsCountAlive() const in GetObjectsCountAlive() function in panda::mem::MemStats
/ark/runtime_core/runtime/tests/
Dmem_stats_test.cpp130 ASSERT_EQ(heap_objects_allocated_ - heap_objects_freed_, stats->GetObjectsCountAlive()); in AssertHeapObjectsStats()