Searched refs:InitLinkerInitialized (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h31 void InitLinkerInitialized() {} function in class:AllocatorStats
61 void InitLinkerInitialized() { function in class:AllocatorGlobalStats
67 InitLinkerInitialized();
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) { function in class:CombinedAllocator
33 stats_.InitLinkerInitialized();
35 secondary_.InitLinkerInitialized();
H A Dsanitizer_allocator_secondary.h75 void InitLinkerInitialized() { function in class:LargeMmapAllocator
82 InitLinkerInitialized();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp43 allocator.InitLinkerInitialized(
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp280 void InitLinkerInitialized(const AllocatorOptions &options) { function in struct:__asan::Allocator
282 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
855 instance.InitLinkerInitialized(options);

Completed in 116 milliseconds