Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h44 void NORETURN reportInvalidChunkState(AllocatorAction Action, const void *Ptr);
H A Dreport.cpp133 void NORETURN reportInvalidChunkState(AllocatorAction Action, const void *Ptr) { in reportInvalidChunkState() function
H A Dcombined.h76 reportInvalidChunkState(AllocatorAction::Recycling, Ptr); in recycle()
123 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); in deallocate()
469 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
530 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr);
778 reportInvalidChunkState(AllocatorAction::Sizing, Ptr); in getAllocSize()