Home
last modified time | relevance | path

Searched refs:release_to_os_interval_ms (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
HDsanitizer_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()
HDsanitizer_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-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_activation.cpp90 allocator_options.release_to_os_interval_ms); in Print()
HDasan_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()
HDasan_allocator.h41 s32 release_to_os_interval_ms; member
/freebsd-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDflags.inc45 SCUDO_FLAG(int, release_to_os_interval_ms, 5000,
HDcombined.h179 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init()