HomeSort by: relevance | last modified time | path
    Searched defs:allocator_options (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 28 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...]
asan_activation.cc 28 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...]
asan_activation.cc 28 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...]
asan_rtl.cc 463 AllocatorOptions allocator_options; local in function:__asan::AsanInitInternal
464 allocator_options.SetFrom(flags(), common_flags());
465 InitializeAllocator(allocator_options);
asan_rtl.cc 463 AllocatorOptions allocator_options; local in function:__asan::AsanInitInternal
464 allocator_options.SetFrom(flags(), common_flags());
465 InitializeAllocator(allocator_options);
asan_rtl.cc 463 AllocatorOptions allocator_options; local in function:__asan::AsanInitInternal
464 allocator_options.SetFrom(flags(), common_flags());
465 InitializeAllocator(allocator_options);

Completed in 32 milliseconds