reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/hwasan/hwasan_flags.inc
   19 HWASAN_FLAG(bool, verbose_threads, false,
   21 HWASAN_FLAG(bool, tag_in_malloc, true, "")
   22 HWASAN_FLAG(bool, tag_in_free, true, "")
   23 HWASAN_FLAG(bool, print_stats, false, "")
   24 HWASAN_FLAG(bool, halt_on_error, true, "")
   25 HWASAN_FLAG(bool, atexit, false, "")
   29 HWASAN_FLAG(bool, disable_allocator_tagging, false, "")
   33 HWASAN_FLAG(bool, random_tags, true, "")
   35 HWASAN_FLAG(
   40 HWASAN_FLAG(bool, free_checks_tail_magic, 1,
   44 HWASAN_FLAG(
   48 HWASAN_FLAG(int, malloc_fill_byte, 0xbe,
   50 HWASAN_FLAG(int, free_fill_byte, 0x55,
   52 HWASAN_FLAG(int, heap_history_size, 1023,
   56 HWASAN_FLAG(bool, export_memory_stats, true,
   58 HWASAN_FLAG(int, stack_history_size, 1024,
   68 HWASAN_FLAG(uptr, malloc_bisect_left, 0,
   70 HWASAN_FLAG(uptr, malloc_bisect_right, 0,
   72 HWASAN_FLAG(bool, malloc_bisect_dump, false,