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

  /external/compiler-rt/lib/asan/
asan_activation.cc 26 int malloc_context_size; member in struct:__asan::AsanDeactivatedFlags
38 asan_deactivated_flags.malloc_context_size =
39 common_flags()->malloc_context_size;
44 common_flags()->malloc_context_size = 0;
58 common_flags()->malloc_context_size =
59 asan_deactivated_flags.malloc_context_size;
68 "quarantine_size %d, max_redzone %d, poison_heap %d, malloc_context_size "
71 common_flags()->malloc_context_size);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.h 38 int malloc_context_size; member in struct:__sanitizer::CommonFlags

Completed in 545 milliseconds