Home
last modified time | relevance | path

Searched defs:heap_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_str_test.cc83 char *heap_string = Ident((char*)malloc(length + 1)); in TEST() local
106 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST() local