OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocator_for_env
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc
499
LowLevelAllocator
allocator_for_env
;
member in namespace:__sanitizer
576
new_env = (char*)
allocator_for_env
.Allocate(old_env_len + fname_len + 2);
613
char *new_env = (char*)
allocator_for_env
.Allocate(
Completed in 976 milliseconds