Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp254 void GuardedPoolAllocator::trapOnAddress(uintptr_t Address, Error E) { in trapOnAddress() function in gwp_asan::GuardedPoolAllocator
281 trapOnAddress(UPtr, Error::INVALID_FREE); in deallocate()
289 trapOnAddress(UPtr, Error::DOUBLE_FREE); in deallocate()
H A Dguarded_pool_allocator.h188 void trapOnAddress(uintptr_t Address, Error E);