Searched refs:alignStartPos (Results 1 - 1 of 1) sorted by path

/external/webrtc/src/system_wrappers/source/
H A Daligned_malloc.cc81 uintptr_t alignStartPos = (uintptr_t)returnValue->memoryPointer; local
82 alignStartPos += sizeof(uintptr_t);
86 uintptr_t alignedPos = (alignStartPos + alignment - 1) & ~(alignment - 1);

Completed in 1046 milliseconds