Searched defs:malloc_context_size (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_activation.cc26 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/
H A Dsanitizer_flags.h38 int malloc_context_size; member in struct:__sanitizer::CommonFlags

Completed in 69 milliseconds