Home
last modified time | relevance | path

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

/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
/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp90 allocator_options.release_to_os_interval_ms); in Print()
H A Dasan_allocator.cpp338 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms; in SetFrom()
348 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms; in CopyTo()
393 allocator.InitLinkerInitialized(options.release_to_os_interval_ms); in InitLinkerInitialized()
429 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms); in ReInitialize()
453 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()
H A Dasan_allocator.h41 s32 release_to_os_interval_ms; member
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.inc45 SCUDO_FLAG(int, release_to_os_interval_ms, 5000,
H A Dcombined.h181 // `release_to_os_interval_ms` flag. in init()
182 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in init()
/llvm-project/llvm/docs/
H A DScudoHardenedAllocator.rst200 SCUDO_OPTIONS="delete_size_mismatch=false:release_to_os_interval_ms=-1" ./a.out
207 return "delete_size_mismatch=false:release_to_os_interval_ms=-1";
249 | release_to_os_interval_ms | 5000 | The minimum interval (in ms) at which a releas…