Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp172 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset); in Allocation() local
173 memset(start_ptr, 0xda, size); in Allocation()
204 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start); in ~Allocation() local
208 memset(start_ptr, 0xdf, size); in ~Allocation()
214 int err = madvise(start_ptr, size, MADV_REMOVE); in ~Allocation()
216 start_ptr, size, err<0 ? strerror(errno) : "Ok"); in ~Allocation()