Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_str_test.cc113 char *str = MallocAndMemsetString(size); in TEST()
132 char *str = MallocAndMemsetString(size); in TEST()
222 char *str = MallocAndMemsetString(size); in RunStrChrTestImpl()
308 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()
309 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()
342 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()
343 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()
379 char *to = MallocAndMemsetString(to_size); in TEST()
382 char *from = MallocAndMemsetString(from_size); in TEST()
414 char *to = MallocAndMemsetString(to_size); in TEST()
[all …]
Dasan_test_utils.h82 char* MallocAndMemsetString(size_t size, char ch);
83 char* MallocAndMemsetString(size_t size);
Dasan_mem_test.cc211 char *s1 = MallocAndMemsetString(size); in TEST()
212 char *s2 = MallocAndMemsetString(size); in TEST()
Dasan_test.cc769 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function
775 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function
776 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()