Home
last modified time | relevance | path

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

/system/core/libmemunreachable/
DAllocator.cpp209 void* n_to_ptr(unsigned int n) { return data_ + n * allocation_size_; } in n_to_ptr() function in android::Chunk
268 return n_to_ptr(n); in Alloc()