Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DPool.cpp135 uintptr_t ptrVal = (uintptr_t)ptr; in getElement() local
136 ptrVal -= (uintptr_t)data; in getElement()
137 return (size_t)(ptrVal >> chunkSizeLog2); in getElement()
336 uintptr_t ptrVal = (uintptr_t)ptr; in free() local
347 if (ptrVal >= start && ptrVal < end) { in free()