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

  /external/compiler-rt/lib/msan/
msan_flags.h 32 bool fast_unwind_on_malloc; member in struct:__msan::Flags
msan.h 82 flags()->fast_unwind_on_malloc)
msan.cc 131 ParseFlag(str, &f->fast_unwind_on_malloc, "fast_unwind_on_malloc");
146 f->fast_unwind_on_malloc = true;
  /external/compiler-rt/lib/asan/
asan_flags.h 105 bool fast_unwind_on_malloc; member in struct:__asan::Flags
asan_stack.h 55 flags()->fast_unwind_on_malloc)
asan_rtl.cc 126 ParseFlag(str, &f->fast_unwind_on_malloc, "fast_unwind_on_malloc");
168 f->fast_unwind_on_malloc = true;

Completed in 99 milliseconds