Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAlloc.cpp68 entry->type = REALLOC; in AllocGetData()
94 case REALLOC: in AllocDoesFree()
169 case REALLOC: in AllocExecute()
DAlloc.h28 REALLOC, enumerator
Dmain.cpp53 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()