Home
last modified time | relevance | path

Searched refs:alloc_dealloc_mismatch (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc213 alloc_dealloc_mismatch = f->alloc_dealloc_mismatch; in SetFrom()
221 f->alloc_dealloc_mismatch = alloc_dealloc_mismatch; in CopyTo()
239 atomic_uint8_t alloc_dealloc_mismatch; member
258 atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch, in SharedInitCode()
279 options->alloc_dealloc_mismatch = in GetOptions()
280 atomic_load(&alloc_dealloc_mismatch, memory_order_acquire); in GetOptions()
525 if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) { in Deallocate()
Dasan_activation.cc85 allocator_options.alloc_dealloc_mismatch, in Print()
112 disabled.alloc_dealloc_mismatch = false; in AsanDeactivate()
Dasan_activation_flags.inc27 ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch)
Dasan_allocator.h39 u8 alloc_dealloc_mismatch; member
Dasan_flags.inc104 ASAN_FLAG(bool, alloc_dealloc_mismatch,
/external/llvm-project/compiler-rt/lib/asan/
Dasan_activation.cpp88 allocator_options.alloc_dealloc_mismatch, in Print()
117 disabled.alloc_dealloc_mismatch = false; in AsanDeactivate()
Dasan_allocator.cpp284 alloc_dealloc_mismatch = f->alloc_dealloc_mismatch; in SetFrom()
294 f->alloc_dealloc_mismatch = alloc_dealloc_mismatch; in CopyTo()
314 atomic_uint8_t alloc_dealloc_mismatch; member
333 atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch, in SharedInitCode()
406 options->alloc_dealloc_mismatch = in GetOptions()
407 atomic_load(&alloc_dealloc_mismatch, memory_order_acquire); in GetOptions()
700 if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) { in Deallocate()
Dasan_activation_flags.inc27 ASAN_ACTIVATION_FLAG(bool, alloc_dealloc_mismatch)
Dasan_allocator.h40 u8 alloc_dealloc_mismatch; member
/external/oss-fuzz/projects/protobuf-c/
Dbuild.sh18 export ASAN_OPTIONS=alloc_dealloc_mismatch=0
/external/oss-fuzz/infra/base-images/base-runner/
DDockerfile59 ENV ASAN_OPTIONS="alloc_dealloc_mismatch=0:allocator_may_return_null=1:allocator_release_to_os_inte…