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 D | sanitizer_allocator_combined.h | 32 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 D | sanitizer_allocator_primary64.h | 114 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 D | sanitizer_allocator_primary32.h | 122 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 D | asan_activation.cpp | 90 allocator_options.release_to_os_interval_ms); in Print()
|
H A D | asan_allocator.cpp | 337 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 D | flags.inc | 45 SCUDO_FLAG(int, release_to_os_interval_ms, 5000,
|
H A D | combined.h | 179 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init()
|