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

References

projects/compiler-rt/lib/asan/asan_activation.cpp
   54     cf.malloc_context_size = malloc_context_size;
   73     malloc_context_size = cf.malloc_context_size;
   87         allocator_options.max_redzone, poison_heap, malloc_context_size,
  102   asan_deactivated_flags.malloc_context_size = GetMallocContextSize();
  133   SetMallocContextSize(asan_deactivated_flags.malloc_context_size);