Home
last modified time | relevance | path

Searched refs:quarantine_size (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_flags.h32 int quarantine_size; member
Dasan_rtl.cc75 ParseFlag(str, &f->quarantine_size, "quarantine_size"); in ParseFlagsFromString()
118 f->quarantine_size = (ASAN_LOW_MEMORY) ? 1UL << 26 : 1UL << 28; in InitializeFlags()
Dasan_allocator.cc342 CHECK(flags()->quarantine_size > 0); in SwallowThreadLocalMallocStorage()
347 while (quarantine_.size() > (uptr)flags()->quarantine_size) { in SwallowThreadLocalMallocStorage()