HomeSort by relevance Sort by last modified time
    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