HomeSort by: relevance | last modified time | path
    Searched defs:hello_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc 104 size_t hello_size = (hello_len + 1) * sizeof(wchar_t); local in function:TEST
106 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size));
107 memcpy(heap_string, L"Hello, World!", hello_size);

Completed in 11 milliseconds