Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAlloc.cpp61 entry->type = CALLOC; in AllocGetData()
86 case CALLOC: in AllocDoesFree()
167 case CALLOC: in AllocExecute()
DAlloc.h26 CALLOC, enumerator
Dmain.cpp47 case CALLOC: in GetMaxAllocs()
DTraceBenchmark.cpp105 case CALLOC: in GetTraceData()
176 case CALLOC: in RunTrace()
/system/extras/memory_replay/tests/
DAllocTest.cpp66 EXPECT_EQ(CALLOC, entry.type); in TEST()