Home
last modified time | relevance | path

Searched refs:release_to_os_interval_ms (Results 1 – 7 of 7) 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,
34 primary_.Init(release_to_os_interval_ms, heap_start);
38 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) {
40 primary_.Init(release_to_os_interval_ms, heap_start);
81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms); in SetReleaseToOSIntervalMs()
H A Dsanitizer_allocator_primary64.h114 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) {
147 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
156 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
157 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms, in SetReleaseToOSIntervalMs()
H A Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) {
132 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp90 allocator_options.release_to_os_interval_ms); in Print()
H A Dasan_allocator.cpp337 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms; in SetFrom()
347 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms; in CopyTo()
392 allocator.InitLinkerInitialized(options.release_to_os_interval_ms); in InitLinkerInitialized()
428 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms); in ReInitialize()
452 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc45 SCUDO_FLAG(int, release_to_os_interval_ms, 5000,
H A Dcombined.h179 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init()