Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.h42 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
Dreport.cpp124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
Dcombined.h67 reportInvalidChunkState(AllocatorAction::Recycling, Ptr); in recycle()
114 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); in deallocate()
540 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
601 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr);
823 reportInvalidChunkState(AllocatorAction::Sizing, const_cast<void *>(Ptr)); in getUsableSize()