Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp261 void GuardedPoolAllocator::trapOnAddress(uintptr_t Address, Error E) { in trapOnAddress() function in gwp_asan::GuardedPoolAllocator
288 trapOnAddress(UPtr, Error::INVALID_FREE); in deallocate()
296 trapOnAddress(UPtr, Error::DOUBLE_FREE); in deallocate()
H A Dguarded_pool_allocator.h188 void trapOnAddress(uintptr_t Address, Error E);