Home
last modified time | relevance | path

Searched refs:ASAN_LOW_MEMORY (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test_config.h42 #ifndef ASAN_LOW_MEMORY
43 #define ASAN_LOW_MEMORY 0 macro
Dasan_test.cc401 MallocStress((ASAN_LOW_MEMORY) ? 20000 : 200000); in TEST()
416 #if ASAN_LOW_MEMORY != 1
434 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST()
Dasan_noinst_test.cc698 (__WORDSIZE <= 32 || ASAN_LOW_MEMORY) ? 1 << 10 : 1 << 14; in TEST()
/external/compiler-rt/lib/asan/
Dasan_internal.h81 #ifndef ASAN_LOW_MEMORY
82 # define ASAN_LOW_MEMORY 0 macro
Dasan_rtl.cc118 f->quarantine_size = (ASAN_LOW_MEMORY) ? 1UL << 26 : 1UL << 28; in InitializeFlags()
121 f->redzone = (ASAN_LOW_MEMORY) ? 64 : 128; in InitializeFlags()
Dasan_allocator.cc51 static const uptr kMinMmapSize = (ASAN_LOW_MEMORY) ? 4UL << 17 : 4UL << 20;
53 (ASAN_LOW_MEMORY) ? 1 << 15 : 1 << 17;