Searched refs:ASAN_LOW_MEMORY (Results 1 – 6 of 6) sorted by relevance
42 #ifndef ASAN_LOW_MEMORY43 #define ASAN_LOW_MEMORY 0 macro
401 MallocStress((ASAN_LOW_MEMORY) ? 20000 : 200000); in TEST()416 #if ASAN_LOW_MEMORY != 1434 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST()
698 (__WORDSIZE <= 32 || ASAN_LOW_MEMORY) ? 1 << 10 : 1 << 14; in TEST()
81 #ifndef ASAN_LOW_MEMORY82 # define ASAN_LOW_MEMORY 0 macro
118 f->quarantine_size = (ASAN_LOW_MEMORY) ? 1UL << 26 : 1UL << 28; in InitializeFlags()121 f->redzone = (ASAN_LOW_MEMORY) ? 64 : 128; in InitializeFlags()
51 static const uptr kMinMmapSize = (ASAN_LOW_MEMORY) ? 4UL << 17 : 4UL << 20;53 (ASAN_LOW_MEMORY) ? 1 << 15 : 1 << 17;