Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadsTest.cpp99 std::vector<AllocEntry> mallocs(kAllocEntries); in TEST() local
102 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()