Searched refs:AllocEndPtr (Results 1 – 1 of 1) sorted by relevance
161 uintptr_t AllocEndPtr = AlignedPtr + SizeToAllocate; in Allocate() local162 assert(AllocEndPtr >= uintptr_t(CurPtr) && in Allocate()166 if (LLVM_LIKELY(AllocEndPtr <= uintptr_t(End) in Allocate()169 CurPtr = reinterpret_cast<char *>(AllocEndPtr); in Allocate()