Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mem_test.cpp82 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) { in AllocateTwoAdjacentArrays() function
112 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size)) in TEST()