HomeSort by: relevance | last modified time | path
    Searched refs:alloc_dealloc_mismatch (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 84 "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, "
89 allocator_options.alloc_dealloc_mismatch,
118 disabled.alloc_dealloc_mismatch = false;
asan_allocator.cc 226 alloc_dealloc_mismatch = f->alloc_dealloc_mismatch;
236 f->alloc_dealloc_mismatch = alloc_dealloc_mismatch;
255 atomic_uint8_t alloc_dealloc_mismatch; member in struct:__asan::Allocator
274 atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch,
340 options->alloc_dealloc_mismatch =
341 atomic_load(&alloc_dealloc_mismatch, memory_order_acquire);
634 if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire))
    [all...]
asan_allocator.h 40 u8 alloc_dealloc_mismatch; member in struct:__asan::AllocatorOptions

Completed in 132 milliseconds