Searched refs:liveCount (Results 1 – 3 of 3) sorted by relevance
138 ObjCountElem (int* liveCount) in ObjCountElem() argument139 : m_liveCount(liveCount) in ObjCountElem()168 int liveCount = 0; in runClearTest() local174 testList.append(ObjCountElem(&liveCount)); in runClearTest()176 DE_TEST_ASSERT(liveCount == (int)numElements1); in runClearTest()180 DE_TEST_ASSERT(liveCount == 0); in runClearTest()183 testList.append(ObjCountElem(&liveCount)); in runClearTest()185 DE_TEST_ASSERT(liveCount == (int)numElements2); in runClearTest()188 DE_TEST_ASSERT(liveCount == 0); in runClearTest()
991 int liveCount = originalCount / 3; in testExpand_cleanup() local993 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()995 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()1003 assertEquals(liveCount, countLiveEntries(map)); in testExpand_cleanup()1005 assertTrue(segment.count >= liveCount); in testExpand_cleanup()
1627 int liveCount = originalCount / 3; in testExpand_cleanup() local1629 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()1631 assertEquals(liveCount, originalMap.size()); in testExpand_cleanup()1639 assertEquals(liveCount, countLiveEntries(map, 0)); in testExpand_cleanup()1641 assertTrue(segment.count >= liveCount); in testExpand_cleanup()