HomeSort by relevance Sort by last modified time
    Searched full:alloc_dealloc_mismatch (Results 1 - 25 of 49) sorted by null

1 2

  /system/core/rootdir/
asan.options 3 alloc_dealloc_mismatch=0
asan.options.off.template 6 alloc_dealloc_mismatch=false
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc_delete_mismatch.cc 7 // RUN: %env_asan_opts=alloc_dealloc_mismatch=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK --check-prefix=ALLOC-STACK
10 // RUN: %env_asan_opts=alloc_dealloc_mismatch=0 %run %t
13 // RUN: %env_asan_opts=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s
14 // RUN: %env_asan_opts=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s
33 // CHECK: HINT: {{.*}} you may set ASAN_OPTIONS=alloc_dealloc_mismatch=0
  /external/compiler-rt/lib/asan/
asan_activation.cc 80 "malloc_context_size %d, alloc_dealloc_mismatch %d, "
84 allocator_options.alloc_dealloc_mismatch,
111 disabled.alloc_dealloc_mismatch = false;
asan_activation_flags.inc 27 ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch)
asan_allocator.cc 213 alloc_dealloc_mismatch = f->alloc_dealloc_mismatch;
221 f->alloc_dealloc_mismatch = alloc_dealloc_mismatch;
239 atomic_uint8_t alloc_dealloc_mismatch; member in struct:__asan::Allocator
258 atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch,
279 options->alloc_dealloc_mismatch =
280 atomic_load(&alloc_dealloc_mismatch, memory_order_acquire);
477 if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire))
    [all...]
asan_allocator.h 39 u8 alloc_dealloc_mismatch; member in struct:__asan::AllocatorOptions
asan_flags.inc 102 ASAN_FLAG(bool, alloc_dealloc_mismatch,
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
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 303 # FIXME: alloc_dealloc_mismatch=0 prevents a failure in libdvm startup,
305 ASAN_OPTIONS=start_deactivated=1,alloc_dealloc_mismatch=0,malloc_context_size=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 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libasan.so 
libasan.so.0 
libasan.so.0.0.0 
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so 
libclang_rt.asan-i686-android.so 
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/lib/linux/
libclang_rt.asan-arm-android.so 
libclang_rt.asan-i686-android.so 

Completed in 1275 milliseconds

1 2