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

  /external/compiler-rt/lib/asan/
asan_rtl.cc 46 size_t FLAG_max_malloc_fill_size = 0;
439 FLAG_max_malloc_fill_size =
asan_internal.h 251 extern size_t FLAG_max_malloc_fill_size;
asan_allocator.cc 691 if (size <= FLAG_max_malloc_fill_size) {
    [all...]

Completed in 134 milliseconds