Searched refs:mallocs (Results 1 – 2 of 2) sorted by relevance
104 size_t mallocs = 0; in TEST() local107 mallocs++; in TEST()113 EXPECT_EQ(mallocs, 1); in TEST()167 size_t mallocs = 0; in TEST() local169 mallocs++; in TEST()175 EXPECT_EQ(mallocs, 1); in TEST()
99 std::vector<AllocEntry> mallocs(kAllocEntries); in TEST() local102 mallocs[i].type = MALLOC; in TEST()103 mallocs[i].ptr = 0x1234 + i; in TEST()104 mallocs[i].size = 100; in TEST()105 thread->SetAllocEntry(&mallocs[i]); in TEST()