Home
last modified time | relevance | path

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

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