Searched refs:alignedOffset (Results 1 – 3 of 3) sorted by relevance
161 uintptr_t alignedOffset = (~reinterpret_cast<uintptr_t>(fCursor) + 1) & mask; in allocObject() local162 uintptr_t totalSize = size + alignedOffset; in allocObject()166 alignedOffset = (~reinterpret_cast<uintptr_t>(fCursor) + 1) & mask; in allocObject()168 return fCursor + alignedOffset; in allocObject()
74 alignedOffset = (offset + 3) & ~375 padding, offset = b"\x00"*(alignedOffset - offset), alignedOffset