Searched refs:ptrVal (Results 1 – 1 of 1) sorted by relevance
135 uintptr_t ptrVal = (uintptr_t)ptr; in getElement() local136 ptrVal -= (uintptr_t)data; in getElement()137 return (size_t)(ptrVal >> chunkSizeLog2); in getElement()336 uintptr_t ptrVal = (uintptr_t)ptr; in free() local347 if (ptrVal >= start && ptrVal < end) { in free()