Home
last modified time | relevance | path

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

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