OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argv_size
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/test/msan/Linux/
xattr.cc
110
size_t
argv_size
= (attr_list_len + 1) * sizeof(char *);
variable
111
char **attrs = (char **)malloc(
argv_size
);
114
__msan_unpoison(attrs,
argv_size
);
Completed in 56 milliseconds