Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dstdlib_benchmark.cpp34 MakeAllocationResident(ptr, nbytes, pagesize); in MallocFree()
69 MakeAllocationResident(ptr, nbytes, pagesize); in CallocFree()
103 MakeAllocationResident(ptrs[i], nbytes, pagesize); in MallocMultiple()
Dmalloc_benchmark.cpp54 MakeAllocationResident(ptr, size, pagesize); in BM_mallopt_purge()
Dutil.h74 static __inline __attribute__ ((__always_inline__)) void MakeAllocationResident( in MakeAllocationResident() function