Searched refs:reportInvalidChunkState (Results 1 – 4 of 4) sorted by relevance
/external/scudo/standalone/tests/ |
D | report_test.cpp | 33 scudo::reportInvalidChunkState(scudo::AllocatorAction::Recycling, P), in TEST() 36 scudo::reportInvalidChunkState(scudo::AllocatorAction::Sizing, P), in TEST()
|
/external/scudo/standalone/ |
D | report.h | 45 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
|
D | report.cpp | 141 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
|
D | combined.h | 68 reportInvalidChunkState(AllocatorAction::Recycling, Ptr); in recycle() 115 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); in deallocate() 580 reportInvalidChunkState(AllocatorAction::Deallocating, Ptr); 641 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr); 863 reportInvalidChunkState(AllocatorAction::Sizing, const_cast<void *>(Ptr)); in getUsableSize()
|