Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp223 uintptr_t SlotStart = State.slotToAddr(Index); in allocate()
225 uintptr_t SlotEnd = State.slotToAddr(Index) + State.maximumAllocationSize(); in allocate()
276 uintptr_t SlotStart = State.slotToAddr(Slot); in deallocate()
Dcommon.h96 uintptr_t slotToAddr(size_t N) const;
Dcommon.cpp77 uintptr_t AllocatorState::slotToAddr(size_t N) const { in slotToAddr() function in gwp_asan::AllocatorState
Dcrash_handler.cpp59 addrToMetadata(State, Metadata, State->slotToAddr(Slot)); in __gwp_asan_diagnose_error()