Searched refs:allocator_options (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_activation.cc28 AllocatorOptions allocator_options; member in struct:__asan::AsanDeactivatedFlags
54 allocator_options.CopyTo(&f, &cf);
73 allocator_options.SetFrom(&f, &cf);
86 allocator_options.quarantine_size_mb,
87 allocator_options.thread_local_quarantine_size_kb,
88 allocator_options.max_redzone, poison_heap, malloc_context_size,
89 allocator_options.alloc_dealloc_mismatch,
90 allocator_options.may_return_null, coverage, coverage_dir,
91 allocator_options.release_to_os_interval_ms);
102 GetAllocatorOptions(&asan_deactivated_flags.allocator_options);
[all...]
H A Dasan_rtl.cc463 AllocatorOptions allocator_options; local
464 allocator_options.SetFrom(flags(), common_flags());
465 InitializeAllocator(allocator_options);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_activation.cc26 AllocatorOptions allocator_options; member in struct:__asan::AsanDeactivatedFlags
52 allocator_options.CopyTo(&f, &cf);
71 allocator_options.SetFrom(&f, &cf);
84 allocator_options.quarantine_size_mb,
85 allocator_options.thread_local_quarantine_size_kb,
86 allocator_options.max_redzone, poison_heap, malloc_context_size,
87 allocator_options.alloc_dealloc_mismatch,
88 allocator_options.may_return_null, coverage, coverage_dir,
89 allocator_options.release_to_os_interval_ms);
100 GetAllocatorOptions(&asan_deactivated_flags.allocator_options);
[all...]
H A Dasan_rtl.cc444 AllocatorOptions allocator_options; local
445 allocator_options.SetFrom(flags(), common_flags());
446 InitializeAllocator(allocator_options);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_activation.cpp27 AllocatorOptions allocator_options; member in struct:__asan::AsanDeactivatedFlags
53 allocator_options.CopyTo(&f, &cf);
72 allocator_options.SetFrom(&f, &cf);
85 allocator_options.quarantine_size_mb,
86 allocator_options.thread_local_quarantine_size_kb,
87 allocator_options.max_redzone, poison_heap, malloc_context_size,
88 allocator_options.alloc_dealloc_mismatch,
89 allocator_options.may_return_null, coverage, coverage_dir,
90 allocator_options.release_to_os_interval_ms);
101 GetAllocatorOptions(&asan_deactivated_flags.allocator_options);
[all...]
H A Dasan_rtl.cpp461 AllocatorOptions allocator_options; local
462 allocator_options.SetFrom(flags(), common_flags());
463 InitializeAllocator(allocator_options);

Completed in 209 milliseconds