OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Oct 11 13:09:53 GMT 2025