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

  /external/compiler-rt/lib/asan/
asan_flags.h 63 int max_malloc_fill_size; member in struct:__asan::Flags
asan_rtl.cc 108 ParseFlag(str, &f->max_malloc_fill_size, "max_malloc_fill_size");
150 f->max_malloc_fill_size = 0;
asan_allocator.cc 588 if (size <= (uptr)(flags()->max_malloc_fill_size)) {

Completed in 599 milliseconds