Searched refs:MallocAndMemsetString (Results 1 – 4 of 4) sorted by relevance
116 char *str = MallocAndMemsetString(size); in TEST()143 char *str = MallocAndMemsetString(size); in TEST()163 char *str = MallocAndMemsetString(size); in TEST()260 char *str = MallocAndMemsetString(size); in RunStrChrTestImpl()346 char *s1 = MallocAndMemsetString(size, fill); in RunStrCmpTest()347 char *s2 = MallocAndMemsetString(size, fill); in RunStrCmpTest()380 char *s1 = MallocAndMemsetString(size); in RunStrNCmpTest()381 char *s2 = MallocAndMemsetString(size); in RunStrNCmpTest()417 char *to = MallocAndMemsetString(to_size); in TEST()452 char *to = MallocAndMemsetString(to_size); in TEST()[all …]
83 char* MallocAndMemsetString(size_t size, char ch);84 char* MallocAndMemsetString(size_t size);
215 char *s1 = MallocAndMemsetString(size); in CmpOOBTestCommon()216 char *s2 = MallocAndMemsetString(size); in CmpOOBTestCommon()
797 char* MallocAndMemsetString(size_t size, char ch) { in MallocAndMemsetString() function803 char* MallocAndMemsetString(size_t size) { in MallocAndMemsetString() function804 return MallocAndMemsetString(size, 'z'); in MallocAndMemsetString()