Searched refs:allocator_options (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_activation.cc | 28 AllocatorOptions allocator_options; member 54 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags() 73 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags() 86 allocator_options.quarantine_size_mb, in Print() 87 allocator_options.thread_local_quarantine_size_kb, in Print() 88 allocator_options.max_redzone, poison_heap, malloc_context_size, in Print() 89 allocator_options.alloc_dealloc_mismatch, in Print() 90 allocator_options.may_return_null, coverage, coverage_dir, in Print() 91 allocator_options.release_to_os_interval_ms); in Print() 102 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate() [all …]
|
H A D | asan_rtl.cc | 463 AllocatorOptions allocator_options; in AsanInitInternal() local 464 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal() 465 InitializeAllocator(allocator_options); in AsanInitInternal()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_activation.cc | 26 AllocatorOptions allocator_options; member 52 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags() 71 allocator_options.SetFrom(&f, &cf); in OverrideFromActivationFlags() 84 allocator_options.quarantine_size_mb, in Print() 85 allocator_options.thread_local_quarantine_size_kb, in Print() 86 allocator_options.max_redzone, poison_heap, malloc_context_size, in Print() 87 allocator_options.alloc_dealloc_mismatch, in Print() 88 allocator_options.may_return_null, coverage, coverage_dir, in Print() 89 allocator_options.release_to_os_interval_ms); in Print() 100 GetAllocatorOptions(&asan_deactivated_flags.allocator_options); in AsanDeactivate() [all …]
|
H A D | asan_rtl.cc | 444 AllocatorOptions allocator_options; in AsanInitInternal() local 445 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal() 446 InitializeAllocator(allocator_options); in AsanInitInternal()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_activation.cpp | 27 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 …]
|
H A D | asan_rtl.cpp | 461 AllocatorOptions allocator_options; in AsanInitInternal() local 462 allocator_options.SetFrom(flags(), common_flags()); in AsanInitInternal() 463 InitializeAllocator(allocator_options); in AsanInitInternal()
|