HomeSort by relevance Sort by last modified time
    Searched full:hello_size (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 71 size_t hello_size = (hello_len + 1) * sizeof(wchar_t); local
73 wchar_t *heap_string = Ident((wchar_t*)malloc(hello_size));
74 memcpy(heap_string, L"Hello, World!", hello_size);

Completed in 92 milliseconds