Searched refs:release_to_os_interval_ms (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) { argument
34 primary_.Init(release_to_os_interval_ms);
38 void Init(s32 release_to_os_interval_ms) { argument
40 primary_.Init(release_to_os_interval_ms);
81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
H A Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms) { argument
131 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
H A Dsanitizer_allocator_primary64.h72 void Init(s32 release_to_os_interval_ms) { argument
82 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
93 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
94 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp90 allocator_options.release_to_os_interval_ms);
H A Dasan_allocator.h40 s32 release_to_os_interval_ms; member in struct:__asan::AllocatorOptions
H A Dasan_allocator.cpp226 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
236 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
282 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
323 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
346 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h149 Primary.initLinkerInitialized(getFlags()->release_to_os_interval_ms);

Completed in 140 milliseconds