Searched refs:mallocs (Results 1 – 1 of 1) sorted by relevance
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()