Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_activation.cpp27 AllocatorOptions allocator_options; member
53 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags()
72 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags()
85 allocator_options.quarantine_size_mb, in Print()
86 allocator_options.thread_local_quarantine_size_kb, in Print()
87 allocator_options.max_redzone, poison_heap, malloc_context_size, in Print()
88 allocator_options.alloc_dealloc_mismatch, in Print()
89 allocator_options.may_return_null, coverage, coverage_dir, in Print()
90 allocator_options.release_to_os_interval_ms); in Print()
101 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
[all …]
Dasan_rtl.cpp469 AllocatorOptions allocator_options; in AsanInitInternal() local
470 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal()
471 InitializeAllocator(allocator_options); in AsanInitInternal()
/external/compiler-rt/lib/asan/
Dasan_activation.cc26 AllocatorOptions allocator_options; member
52 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags()
71 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags()
83 allocator_options.quarantine_size_mb, allocator_options.max_redzone, in Print()
85 allocator_options.alloc_dealloc_mismatch, in Print()
86 allocator_options.may_return_null, coverage, coverage_dir); in Print()
97 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate()
108 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate()
131 ReInitializeAllocator(asan_deactivated_flags.allocator_options); in AsanActivate()
Dasan_rtl.cc515 AllocatorOptions allocator_options; in AsanInitInternal() local
516 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal()
517 InitializeAllocator(allocator_options); in AsanInitInternal()