Searched refs:start_ptr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/binder/ |
D | MemoryDealer.cpp | 170 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset); in Allocation() local 171 memset(start_ptr, 0xda, size); in Allocation() 203 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local 207 memset(start_ptr, 0xdf, size); in ~Allocation() 213 int err = madvise(start_ptr, size, MADV_REMOVE); in ~Allocation() 215 start_ptr, size, err<0 ? strerror(errno) : "Ok"); in ~Allocation()
|
D | MemoryHeapPmem.cpp | 71 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + offset); in SubRegionMemory() local 72 memset(start_ptr, 0xda, size); in SubRegionMemory()
|