Home
last modified time | relevance | path

Searched refs:allocator_options (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_activation.cc26 AllocatorOptions allocator_options; member
51 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags()
75 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags()
87 allocator_options.quarantine_size_mb, allocator_options.max_redzone, in Print()
89 allocator_options.alloc_dealloc_mismatch, in Print()
90 allocator_options.may_return_null, coverage, coverage_dir); in Print()
101 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
133 ReInitializeAllocator(asan_deactivated_flags.allocator_options); in AsanActivate()
Dasan_rtl.cc457 AllocatorOptions allocator_options; in AsanInitInternal() local
458 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal()
459 InitializeAllocator(allocator_options); in AsanInitInternal()