Home
last modified time | relevance | path

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

/chre-3.4.0/core/tests/
Dmemory_manager_test.cc43 EXPECT_EQ(manager.getAllocationCount(), 1u); in TEST()
46 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
54 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
63 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
87 EXPECT_EQ(manager.getAllocationCount(), maxCount); in TEST()
97 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
106 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
/chre-3.4.0/platform/include/chre/platform/
Dmemory_manager.h76 size_t getAllocationCount() const { in getAllocationCount() function
/chre-3.4.0/platform/shared/
Dmemory_manager.cc93 getTotalAllocatedBytes(), getPeakAllocatedBytes(), getAllocationCount()); in logStateToBuffer()