Searched refs:Reallocating (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | report_test.cpp | 35 scudo::AllocatorAction::Reallocating, P, 0, 1), in TEST()
|
/external/scudo/standalone/tests/ |
D | report_test.cpp | 35 scudo::AllocatorAction::Reallocating, P, 0, 1), in TEST()
|
/external/scudo/standalone/ |
D | report.h | 39 Reallocating, enumerator
|
D | report.cpp | 114 case AllocatorAction::Reallocating: in stringifyAction()
|
D | combined.h | 599 reportMisalignedPointer(AllocatorAction::Reallocating, OldPtr); 605 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr); 612 reportDeallocTypeMismatch(AllocatorAction::Reallocating, OldPtr,
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | report.h | 39 Reallocating, enumerator
|
D | report.cpp | 114 case AllocatorAction::Reallocating: in stringifyAction()
|
D | combined.h | 551 reportMisalignedPointer(AllocatorAction::Reallocating, OldPtr); 557 reportInvalidChunkState(AllocatorAction::Reallocating, OldPtr); 564 reportDeallocTypeMismatch(AllocatorAction::Reallocating, OldPtr,
|