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

  /external/compiler-rt/lib/asan/
asan_activation.cc 81 "malloc_context_size %d, alloc_dealloc_mismatch %d, "
85 allocator_options.alloc_dealloc_mismatch,
112 disabled.alloc_dealloc_mismatch = false;
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);
525 if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire))
    [all...]
asan_allocator.h 39 u8 alloc_dealloc_mismatch; member in struct:__asan::AllocatorOptions

Completed in 129 milliseconds