Home
last modified time | relevance | path

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

/system/chre/test/simulation/
Dmemory_test.cc75 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
83 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
91 EXPECT_EQ(memManager.getAllocationCount(), 2); in TEST_F()
97 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
103 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
138 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
146 EXPECT_EQ(memManager.getAllocationCount(), 1); in TEST_F()
154 EXPECT_EQ(memManager.getAllocationCount(), 2); in TEST_F()
158 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
197 EXPECT_EQ(memManager.getAllocationCount(), 0); in TEST_F()
[all …]
/system/chre/core/tests/
Dmemory_manager_test.cc45 EXPECT_EQ(manager.getAllocationCount(), 1u); in TEST()
48 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
56 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
65 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
89 EXPECT_EQ(manager.getAllocationCount(), maxCount); in TEST()
99 EXPECT_EQ(manager.getAllocationCount(), 0u); in TEST()
108 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()