HomeSort by relevance Sort by last modified time
    Searched refs:ASAN_ALLOCATOR_VERSION (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.h 26 #ifndef ASAN_ALLOCATOR_VERSION
27 #define ASAN_ALLOCATOR_VERSION 2
28 #endif // ASAN_ALLOCATOR_VERSION
102 #if ASAN_ALLOCATOR_VERSION == 1
111 #if ASAN_ALLOCATOR_VERSION == 1
asan_rtl.cc 141 f->redzone = ASAN_ALLOCATOR_VERSION == 2 ? 16 : (ASAN_LOW_MEMORY) ? 64 : 128;
asan_allocator.cc 29 #if ASAN_ALLOCATOR_VERSION == 1
813 #endif // ASAN_ALLOCATOR_VERSION
asan_allocator2.cc 19 #if ASAN_ALLOCATOR_VERSION == 2
713 #endif // ASAN_ALLOCATOR_VERSION
  /external/compiler-rt/lib/asan/tests/
asan_oob_test.cc 102 #if ASAN_ALLOCATOR_VERSION == 2 // Broken with the asan_allocator1
112 #endif // ASAN_ALLOCATOR_VERSION == 2
asan_noinst_test.cc 351 #if ASAN_ALLOCATOR_VERSION == 1
353 #elif ASAN_ALLOCATOR_VERSION == 2
429 #if ASAN_ALLOCATOR_VERSION == 1
461 #elif ASAN_ALLOCATOR_VERSION == 2
479 #if ASAN_ALLOCATOR_VERSION == 1
493 #endif // ASAN_ALLOCATOR_VERSION
499 #if ASAN_ALLOCATOR_VERSION == 1
831 #if ASAN_ALLOCATOR_VERSION == 1
834 #elif ASAN_ALLOCATOR_VERSION == 2 // too slow with asan_allocator2. :(

Completed in 116 milliseconds