Searched defs:MallocAndMemsetString (Results 1 - 1 of 1) sorted by path

/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc762 char* MallocAndMemsetString(size_t size, char ch) { function
768 char* MallocAndMemsetString(size_t size) { function
769 return MallocAndMemsetString(size, 'z');

Completed in 326 milliseconds