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

  /external/compiler-rt/lib/asan/
asan_flags.h 49 bool check_malloc_usable_size; member in struct:__asan::Flags
asan_rtl.cc 158 ParseFlag(str, &f->check_malloc_usable_size, "check_malloc_usable_size",
261 f->check_malloc_usable_size = true;
asan_allocator2.cc 651 if (flags()->check_malloc_usable_size && (usable_size == 0)) {

Completed in 130 milliseconds