Searched refs:GetObjectsCountAlive (Results 1 – 3 of 3) sorted by relevance
95 [[nodiscard]] uint64_t GetObjectsCountAlive() const;
132 [[nodiscard]] uint64_t MemStats<T>::GetObjectsCountAlive() const in GetObjectsCountAlive() function in panda::mem::MemStats
130 ASSERT_EQ(heap_objects_allocated_ - heap_objects_freed_, stats->GetObjectsCountAlive()); in AssertHeapObjectsStats()