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

  /external/compiler-rt/lib/asan/
asan_flags.h 77 bool check_malloc_usable_size; member in struct:__asan::Flags
asan_rtl.cc 114 ParseFlag(str, &f->check_malloc_usable_size, "check_malloc_usable_size");
156 f->check_malloc_usable_size = true;
asan_allocator.cc 769 if (flags()->check_malloc_usable_size && (usable_size == 0)) {
asan_allocator2.cc 650 if (flags()->check_malloc_usable_size && (usable_size == 0))

Completed in 4730 milliseconds