Searched refs:ASAN_LOW_MEMORY (Results 1 – 4 of 4) sorted by relevance
40 #ifndef ASAN_LOW_MEMORY42 # define ASAN_LOW_MEMORY 1 macro44 # define ASAN_LOW_MEMORY 0
166 (ASAN_LOW_MEMORY) ? 1UL << 6 : 1UL << 8; in InitializeFlags()
42 ASAN_LOW_MEMORY=1)
96 MallocStress(ASAN_LOW_MEMORY ? 300000 : 1000000); in TEST()101 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST()