Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp331 void InitLinkerInitialized() { in InitLinkerInitialized() function
333 allocator.InitLinkerInitialized( in InitLinkerInitialized()
583 void InitializeAllocator() { instance.InitLinkerInitialized(); } in InitializeAllocator()
/freebsd-14.2/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()
963 instance.InitLinkerInitialized(options); in InitializeAllocator()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp43 allocator.InitLinkerInitialized( in InitializeAllocator()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp152 allocator.InitLinkerInitialized( in HwasanAllocatorInit()