Searched refs:check_malloc_usable_size (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_flags.h49 bool check_malloc_usable_size; member in struct:__asan::Flags
H A Dasan_rtl.cc158 ParseFlag(str, &f->check_malloc_usable_size, "check_malloc_usable_size",
261 f->check_malloc_usable_size = true;
H A Dasan_allocator2.cc651 if (flags()->check_malloc_usable_size && (usable_size == 0)) {

Completed in 352 milliseconds