Searched refs:headerPos (Results 1 – 1 of 1) sorted by relevance
93 uintptr_t headerPos = alignedPos; in AlignedMalloc() local94 headerPos -= sizeof(uintptr_t); in AlignedMalloc()95 void* headerPtr = (void*) headerPos; in AlignedMalloc()109 uintptr_t headerPos = alignedPos - sizeof(uintptr_t); in AlignedFree() local112 uintptr_t* headerPtr = (uintptr_t*)headerPos; in AlignedFree()