Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dreport_test.cpp33 scudo::reportInvalidChunkState(scudo::AllocatorAction::Recycling, P), in TEST()
36 scudo::reportInvalidChunkState(scudo::AllocatorAction::Sizing, P), in TEST()
/external/scudo/standalone/
Dreport.h45 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr);
Dreport.cpp141 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() function
Dcombined.h68 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()