HomeSort by relevance Sort by last modified time
    Searched full:malloc_context_size (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/TestCases/
deep_stack_uaf.cc 4 // RUN: ASAN_OPTIONS=malloc_context_size=120:redzone=512 not %t 2>&1 | FileCheck %s
  /external/chromium_org/chrome/app/
chrome_exe_main_gtk.cc 18 // - set the malloc_context_size (i.e. the size of stack traces collected by
26 "malloc_context_size=5 strict_memcmp=0 symbolize=false";
  /external/compiler-rt/lib/lsan/
lsan.cc 32 cf->malloc_context_size = 30;
lsan_interceptors.cc 47 GetStackTrace(&stack, __sanitizer::common_flags()->malloc_context_size, \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 39 int malloc_context_size; member in struct:__sanitizer::CommonFlags
sanitizer_flags.cc 25 ParseFlag(str, &f->malloc_context_size, "malloc_context_size");
  /external/compiler-rt/lib/asan/
asan_stack.h 69 GET_STACK_TRACE(common_flags()->malloc_context_size, \
asan_rtl.cc 89 CHECK((uptr)common_flags()->malloc_context_size <= kStackTraceMax);
133 cf->malloc_context_size = kDefaultMallocContextSize;
378 Printf("malloc_context_size=%zu\n",
379 (uptr)common_flags()->malloc_context_size);
  /external/compiler-rt/lib/msan/
msan.h 84 GetStackTrace(&stack, common_flags()->malloc_context_size, \
msan.cc 142 cf->malloc_context_size = 20;

Completed in 240 milliseconds