Searched refs:n_to_ptr (Results 1 – 1 of 1) sorted by relevance
209 void* n_to_ptr(unsigned int n) { return data_ + n * allocation_size_; } in n_to_ptr() function in android::Chunk268 return n_to_ptr(n); in Alloc()