OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocator_for_flags
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.cc
107
static LowLevelAllocator
allocator_for_flags
;
member in namespace:__sanitizer
116
char *value_copy = (char*)(
allocator_for_flags
.Allocate(value_length + 1));
Completed in 25 milliseconds