Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cpp103 size_t hello_size = (hello_len + 1) * sizeof(wchar_t); in TEST() local
105 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size)); in TEST()
106 memcpy(heap_string, L"Hello, World!", hello_size); in TEST()