Home
last modified time | relevance | path

Searched refs:MakeAllocationResident (Results 1 – 3 of 3) sorted by relevance

/system/extras/memory_replay/
DAlloc.cpp103 MakeAllocationResident(memory, entry.size, pagesize); in MallocExecute()
115 MakeAllocationResident(memory, entry.u.n_elements * entry.size, pagesize); in CallocExecute()
132 MakeAllocationResident(memory, entry.size, pagesize); in ReallocExecute()
144 MakeAllocationResident(memory, entry.size, pagesize); in MemalignExecute()
DUtils.h28 static __always_inline void MakeAllocationResident(void* ptr, size_t nbytes, int pagesize) { in MakeAllocationResident() function
DTraceBenchmark.cpp167 MakeAllocationResident(ptr, entry.size, pagesize); in RunTrace()
182 MakeAllocationResident(ptr, entry.size, pagesize); in RunTrace()
197 MakeAllocationResident(ptr, entry.size, pagesize); in RunTrace()
218 MakeAllocationResident(ptr, entry.size, pagesize); in RunTrace()