Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h31 void InitLinkerInitialized() {} in InitLinkerInitialized() function
61 void InitLinkerInitialized() { in InitLinkerInitialized() function
67 InitLinkerInitialized(); in Init()
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) { in InitLinkerInitialized() function
33 stats_.InitLinkerInitialized(); in InitLinkerInitialized()
35 secondary_.InitLinkerInitialized(); in InitLinkerInitialized()
H A Dsanitizer_allocator_secondary.h75 void InitLinkerInitialized() { in InitLinkerInitialized() function
82 InitLinkerInitialized(); in Init()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp329 void InitLinkerInitialized() { in InitLinkerInitialized() function
331 allocator.InitLinkerInitialized( in InitLinkerInitialized()
578 void InitializeAllocator() { instance.InitLinkerInitialized(); } in InitializeAllocator()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp336 void InitLinkerInitialized(const AllocatorOptions &options) { in InitLinkerInitialized() function
338 allocator.InitLinkerInitialized(options.release_to_os_interval_ms); in InitLinkerInitialized()
916 instance.InitLinkerInitialized(options); in InitializeAllocator()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp43 allocator.InitLinkerInitialized( in InitializeAllocator()