Home
last modified time | relevance | path

Searched refs:GetAllocatedHeap (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/libpandabase/mem/
H A Dbase_mem_stats.cpp77 uint64_t BaseMemStats::GetAllocatedHeap() const in GetAllocatedHeap() function in panda::BaseMemStats
107 return helpers::UnsignedDifferenceUint64(GetAllocatedHeap(), GetFreedHeap()); in GetFootprintHeap()
H A Dbase_mem_stats.h50 [[nodiscard]] uint64_t GetAllocatedHeap() const;
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dbase_mem_stats.cpp76 uint64_t BaseMemStats::GetAllocatedHeap() const in GetAllocatedHeap() function in ark::BaseMemStats
106 return helpers::UnsignedDifferenceUint64(GetAllocatedHeap(), GetFreedHeap()); in GetFootprintHeap()
H A Dbase_mem_stats.h50 [[nodiscard]] PANDA_PUBLIC_API uint64_t GetAllocatedHeap() const;
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbase_mem_stats_test.cpp94 ASSERT_EQ(0U, stats.GetAllocatedHeap()); in HWTEST_F()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmem_stats.cpp105 statistic << "heap: allocated - " << GetAllocatedHeap() << ", freed - " << GetFreedHeap() << std::endl; in GetStatistics()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp55 auto totalAllocated = memStats_->GetAllocatedHeap(); in GetFinalStatistics()

Completed in 5 milliseconds