Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DFilterTrace.cpp114 case REALLOC: in PrintEntry()
139 printf("%s size %zu\n", entry.type == REALLOC && entry.u.old_ptr != 0 ? "realloc" : "alloc", in PrintEntry()
166 case REALLOC: in ProcessTrace()
169 if (entry.type == REALLOC) { in ProcessTrace()
DAlloc.cpp38 case REALLOC: in AllocDoesFree()
113 case REALLOC: in AllocExecute()
DAllocParser.h27 REALLOC, enumerator
DAllocParser.cpp70 entry->type = REALLOC; in AllocGetData()
Dmain.cpp56 case REALLOC: in GetMaxAllocs()
DTraceBenchmark.cpp112 case REALLOC: { in GetTraceData()
206 case REALLOC: in RunTrace()
/system/extras/memory_replay/tests/
DAllocTest.cpp89 EXPECT_EQ(REALLOC, entry.type); in TEST()