Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAlloc.cpp50 entry->type = MALLOC; in AllocGetData()
85 case MALLOC: in AllocDoesFree()
165 case MALLOC: in AllocExecute()
DAlloc.h25 MALLOC = 0, enumerator
Dmain.cpp46 case MALLOC: in GetMaxAllocs()
DTraceBenchmark.cpp104 case MALLOC: in GetTraceData()
161 case MALLOC: in RunTrace()
/system/extras/memory_replay/tests/
DFileTest.cpp59 EXPECT_EQ(MALLOC, entries[0].type); in TEST()
DThreadsTest.cpp102 mallocs[i].type = MALLOC; in TEST()
DAllocTest.cpp29 EXPECT_EQ(MALLOC, entry.type); in TEST()