Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp243 uintptr_t SlotEnd = State.slotToAddr(Index) + State.maximumAllocationSize(); in allocate() local
250 UserPtr = alignDown(SlotEnd - Size, Alignment); in allocate()
253 assert(UserPtr + Size <= SlotEnd); in allocate()