Home
last modified time | relevance | path

Searched refs:reportInvalidChunkState (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h45 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
H A Dreport.cpp124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
H A Dcombined.h69 reportInvalidChunkState(AllocatorAction::Recycling, Ptr); in recycle()
115 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); in deallocate()
558 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
619 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr);
851 reportInvalidChunkState(AllocatorAction::Sizing, const_cast<void *>(Ptr)); in getAllocSize()