Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp33 scudo::reportInvalidChunkState(scudo::AllocatorAction::Recycling, P), in TEST()
36 scudo::reportInvalidChunkState(scudo::AllocatorAction::Sizing, P), in TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dreport.h42 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
H A Dreport.cpp124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
H A Dcombined.h67 reportInvalidChunkState(AllocatorAction::Recycling, Ptr); in recycle()
114 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); in deallocate()
550 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr);
611 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr);
833 reportInvalidChunkState(AllocatorAction::Sizing, const_cast<void *>(Ptr)); in getUsableSize()