Searched defs:headerPos (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Daligned_malloc.cc93 uintptr_t headerPos = alignedPos; local
94 headerPos -= sizeof(uintptr_t);
95 void* headerPtr = (void*) headerPos;
109 uintptr_t headerPos = alignedPos - sizeof(uintptr_t); local
112 uintptr_t* headerPtr = (uintptr_t*)headerPos;

Completed in 77 milliseconds