HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_replace_cfallocator (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_rtl.cc 45 bool FLAG_replace_cfallocator; // Used on Mac only.
457 FLAG_replace_cfallocator = IntFlagValue(options, "replace_cfallocator=", 1);
asan_internal.h 248 extern bool FLAG_replace_cfallocator;
asan_malloc_mac.cc 378 if (FLAG_replace_cfallocator) {

Completed in 431 milliseconds