Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h161 uintptr_t AllocEndPtr = AlignedPtr + SizeToAllocate; in Allocate() local
162 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()