Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp82 char *heap_string = Ident((char*)malloc(length + 1)); in TEST() local
105 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST() local
[all...]
/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