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

  /external/compiler-rt/lib/asan/
asan_rtl.cc 32 size_t FLAG_quarantine_size;
472 FLAG_quarantine_size = IntFlagValue(options, "quarantine_size=",
asan_internal.h 237 extern size_t FLAG_quarantine_size;
asan_allocator.cc 331 CHECK(FLAG_quarantine_size > 0);
336 while (quarantine_.size() > FLAG_quarantine_size) {
    [all...]

Completed in 41 milliseconds