Home
last modified time | relevance | path

Searched refs:InitLinkerInitialized (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms,
35 secondary_.InitLinkerInitialized();
H A Dsanitizer_allocator_secondary.h75 void InitLinkerInitialized() { in InitLinkerInitialized() function
82 InitLinkerInitialized(); in Init()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp397 void InitLinkerInitialized() { in InitLinkerInitialized() function
399 allocator.InitLinkerInitialized( in InitLinkerInitialized()
644 void InitializeAllocator() { instance.InitLinkerInitialized(); } in InitializeAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp390 void InitLinkerInitialized(const AllocatorOptions &options) { in InitLinkerInitialized() function
392 allocator.InitLinkerInitialized(options.release_to_os_interval_ms); in InitLinkerInitialized()
971 instance.InitLinkerInitialized(options); in InitializeAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp43 allocator.InitLinkerInitialized( in InitializeAllocator()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp152 allocator.InitLinkerInitialized( in HwasanAllocatorInit()