Searched refs:ASAN_LOW_MEMORY (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_internal.h38 #ifndef ASAN_LOW_MEMORY
40 # define ASAN_LOW_MEMORY 1 macro
42 # define ASAN_LOW_MEMORY 0 macro
H A Dasan_flags.cc179 (ASAN_LOW_MEMORY) ? 1UL << 4 : 1UL << 8;
189 (ASAN_LOW_MEMORY) ? 1 << 6 : FIRST_32_SECOND_64(1 << 8, 1 << 10);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_internal.h36 #ifndef ASAN_LOW_MEMORY
38 # define ASAN_LOW_MEMORY 1 macro
40 # define ASAN_LOW_MEMORY 0 macro
H A Dasan_flags.cc177 (ASAN_LOW_MEMORY) ? 1UL << 4 : 1UL << 8;
187 (ASAN_LOW_MEMORY) ? 1 << 6 : FIRST_32_SECOND_64(1 << 8, 1 << 10);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_internal.h37 #ifndef ASAN_LOW_MEMORY
39 # define ASAN_LOW_MEMORY 1 macro
41 # define ASAN_LOW_MEMORY 0 macro
H A Dasan_flags.cpp170 (ASAN_LOW_MEMORY) ? 1UL << 4 : 1UL << 8;
180 (ASAN_LOW_MEMORY) ? 1 << 6 : FIRST_32_SECOND_64(1 << 8, 1 << 10);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_noinst_test.cc97 MallocStress(ASAN_LOW_MEMORY ? 300000 : 1000000);
102 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000;

Completed in 91 milliseconds