Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp269 void GuardedPoolAllocator::raiseInternallyDetectedError(uintptr_t Address, in raiseInternallyDetectedError() function in gwp_asan::GuardedPoolAllocator
338 raiseInternallyDetectedError(UPtr, Error::INVALID_FREE); in deallocate()
342 raiseInternallyDetectedError(UPtr, Error::DOUBLE_FREE); in deallocate()
Dguarded_pool_allocator.h189 void raiseInternallyDetectedError(uintptr_t Address, Error E);