Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp50 return &Metadata[State->getNearestSlot(Ptr)]; in addrToMetadata()
72 size_t Slot = State->getNearestSlot(ErrorPtr); in __gwp_asan_diagnose_error()
H A Dguarded_pool_allocator.cpp331 size_t Slot = State.getNearestSlot(UPtr); in deallocate()
417 size_t Slot = State.getNearestSlot(ErrorUptr); in postCrashReportRecoverableOnly()
441 return &Metadata[State.getNearestSlot(Ptr)]; in addrToMetadata()
H A Dcommon.cpp94 size_t AllocatorState::getNearestSlot(uintptr_t Ptr) const { in getNearestSlot() function in gwp_asan::AllocatorState
H A Dcommon.h130 size_t getNearestSlot(uintptr_t Ptr) const;