Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc83 char *heap_string = Ident((char*)malloc(length + 1)); in TEST() local
103 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST() local