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_flags.h 100 bool alloc_dealloc_mismatch; member in struct:__asan::Flags
asan_rtl.cc 123 ParseFlag(str, &f->alloc_dealloc_mismatch, "alloc_dealloc_mismatch");
173 f->alloc_dealloc_mismatch = (SANITIZER_MAC == 0);;
asan_allocator2.cc 459 if (m->alloc_type != alloc_type && flags()->alloc_dealloc_mismatch)

Completed in 30 milliseconds