/external/compiler-rt/lib/asan/ |
asan_stack.cc | 20 static atomic_uint32_t malloc_context_size; member in namespace:__asan 23 atomic_store(&malloc_context_size, size, memory_order_release); 27 return atomic_load(&malloc_context_size, memory_order_acquire);
|
asan_activation.cc | 27 int malloc_context_size; member in struct:__asan::AsanDeactivatedFlags 52 cf.malloc_context_size = malloc_context_size; 71 malloc_context_size = cf.malloc_context_size; 80 "malloc_context_size %d, alloc_dealloc_mismatch %d, " 83 poison_heap, malloc_context_size, 97 asan_deactivated_flags.malloc_context_size = GetMallocContextSize(); 127 SetMallocContextSize(asan_deactivated_flags.malloc_context_size);
|
asan_flags.cc | 66 cf.malloc_context_size = kDefaultMallocContextSize; 140 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax);
|
asan_rtl.cc | 391 Printf("malloc_context_size=%zu\n", 392 (uptr)common_flags()->malloc_context_size); 420 SetMallocContextSize(common_flags()->malloc_context_size);
|
/external/compiler-rt/lib/lsan/ |
lsan.h | 35 GET_STACK_TRACE(__sanitizer::common_flags()->malloc_context_size, \
|
lsan.cc | 45 cf.malloc_context_size = 30;
|
/external/compiler-rt/lib/msan/ |
msan.h | 276 GetStackTrace(&stack, common_flags()->malloc_context_size, \
|
msan.cc | 141 cf.malloc_context_size = 20;
|
/external/compiler-rt/lib/asan/scripts/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/darwin-x86/clang-2629532/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/darwin-x86/clang-2658975/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/darwin-x86/clang-2690385/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/linux-x86/clang-2629532/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/linux-x86/clang-2658975/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|
/prebuilts/clang/host/linux-x86/clang-2690385/bin/ |
asan_device_setup | 305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=0
|