Home
last modified time | relevance | path

Searched defs:ALLOC_ATTEMPTS (Results 1 – 1 of 1) sorted by relevance

/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Duse-after-free-and-overflow.c10 #define ALLOC_ATTEMPTS 256 macro
16 void *FindMatch(void *ptrs[ALLOC_ATTEMPTS], void *value) { in FindMatch()