Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_mem_test.cc78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) { in AllocateTwoAdjacentArrays() function
108 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size)) in TEST()