Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DAlloc.cpp75 entry->type = MEMALIGN; in AllocGetData()
87 case MEMALIGN: in AllocDoesFree()
171 case MEMALIGN: in AllocExecute()
DAlloc.h27 MEMALIGN, enumerator
Dmain.cpp48 case MEMALIGN: in GetMaxAllocs()
DTraceBenchmark.cpp106 case MEMALIGN: { in GetTraceData()
191 case MEMALIGN: in RunTrace()
/system/extras/memory_replay/tests/
DFileTest.cpp94 EXPECT_EQ(MEMALIGN, entries[0].type); in TEST()
DAllocTest.cpp112 EXPECT_EQ(MEMALIGN, entry.type); in TEST()