/external/compiler-rt/lib/asan/ |
asan_activation.cc | 26 int malloc_context_size; member in struct:__asan::AsanDeactivatedFlags 38 asan_deactivated_flags.malloc_context_size = 39 common_flags()->malloc_context_size; 44 common_flags()->malloc_context_size = 0; 58 common_flags()->malloc_context_size = 59 asan_deactivated_flags.malloc_context_size; 68 "quarantine_size %d, max_redzone %d, poison_heap %d, malloc_context_size " 71 common_flags()->malloc_context_size);
|
asan_stack.h | 88 GET_STACK_TRACE(common_flags()->malloc_context_size, \
|
asan_rtl.cc | 97 CHECK((uptr)cf->malloc_context_size <= kStackTraceMax); 238 cf->malloc_context_size = kDefaultMallocContextSize; 542 Printf("malloc_context_size=%zu\n", 543 (uptr)common_flags()->malloc_context_size);
|
/external/compiler-rt/test/asan/TestCases/ |
malloc_context_size.cc | 2 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os 3 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os 4 // RUN: env ASAN_OPTIONS=malloc_context_size=1:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os 5 // RUN: env ASAN_OPTIONS=malloc_context_size=1:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os 6 // RUN: env ASAN_OPTIONS=malloc_context_size=2 not %run %t 2>&1 | FileCheck %s --check-prefix=TWO 35 // TWO-NEXT: #1 0x{{.*}} in main {{.*}}malloc_context_size.cc
|
double-free.cc | 5 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s 6 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s
|
invalid-free.cc | 5 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s 6 // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s
|
deep_stack_uaf.cc | 4 // RUN: env ASAN_OPTIONS=malloc_context_size=120:redzone=512 not %run %t 2>&1 | FileCheck %s
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
malloc_delete_mismatch.cc | 13 // RUN: ASAN_OPTIONS=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s 14 // RUN: ASAN_OPTIONS=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s
|
/external/compiler-rt/lib/msan/ |
msan_flags.h | 33 int store_context_size; // like malloc_context_size, but for uninit stores
|
msan.h | 103 GetStackTrace(&stack, common_flags()->malloc_context_size, \
|
msan.cc | 163 cf->malloc_context_size = 20;
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_flags_test.cc | 72 " malloc_context_size=777" 117 " malloc_context_size=567" 162 EXPECT_EQ(f->malloc_context_size, 777); 207 EXPECT_EQ(f->malloc_context_size, 567);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.cc | 45 f->malloc_context_size = 1; 89 ParseFlag(str, &f->malloc_context_size, "malloc_context_size", 149 if (f->malloc_context_size < 1) 150 f->malloc_context_size = 1;
|
sanitizer_flags.h | 38 int malloc_context_size; member in struct:__sanitizer::CommonFlags
|
/external/compiler-rt/lib/lsan/ |
lsan.cc | 32 cf->malloc_context_size = 30;
|
lsan_interceptors.cc | 47 stack.Unwind(__sanitizer::common_flags()->malloc_context_size, \
|
/external/chromium_org/build/sanitizers/ |
sanitizer_options.cc | 26 // malloc_context_size=5 - limit the size of stack traces collected by ASan 55 "legacy_pthread_cond=1 malloc_context_size=5 strict_memcmp=0 "
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/ |
libasan.so | |
libasan.so.0 | |
libasan.so.0.0.0 | |
libasan.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/ |
libasan.a | [all...] |