Home
last modified time | relevance | path

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

/system/chre/test/simulation/
Dmemory_test.cc85 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
93 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
101 EXPECT_EQ(memManager.getAllocationCount(), 2); in TEST_F()
107 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
113 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
146 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
154 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
162 EXPECT_EQ(memManager.getAllocationCount(), 2); in TEST_F()
166 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
204 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
[all …]
/system/chre/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()
/system/chre/platform/include/chre/platform/
Dmemory_manager.h83 size_t getAllocationCount() const { in getAllocationCount() function
/system/chre/platform/shared/
Dmemory_manager.cc119 getTotalAllocatedBytes(), getPeakAllocatedBytes(), getAllocationCount()); in logStateToBuffer()