Searched refs:reportInvalidChunkState (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | report_test.cpp | 33 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 D | report.h | 42 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
|
| H A D | report.cpp | 124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
|
| H A D | combined.h | 67 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()
|