Searched refs:ASAN_LOW_MEMORY (Results 1 – 4 of 4) sorted by relevance
38 #ifndef ASAN_LOW_MEMORY40 # define ASAN_LOW_MEMORY 1 macro42 # define ASAN_LOW_MEMORY 0
159 (ASAN_LOW_MEMORY) ? 1UL << 6 : 1UL << 8; in InitializeFlags()
45 ASAN_LOW_MEMORY=1)
95 MallocStress(ASAN_LOW_MEMORY ? 300000 : 1000000); in TEST()100 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST()