Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp134 void verifyReallocHookPtrs(UNUSED void *OldPtr, void *NewPtr, size_t Size) { in verifyReallocHookPtrs() function in ScudoWrappersCTest
336 verifyReallocHookPtrs(OldP, P, Size * 2U); in TEST_F()
352 verifyReallocHookPtrs(OldP, P, Size / 2U); in TEST_F()