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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 40 u8 alloc_dealloc_mismatch; member in struct:__asan::AllocatorOptions
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...]

Completed in 12 milliseconds