Searched refs:release_to_os_interval_ms (Results 1 – 9 of 9) sorted by relevance
/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
|
/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 | 338 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 D | asan_allocator.h | 41 s32 release_to_os_interval_ms; member
|
/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 | 181 // `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 D | ScudoHardenedAllocator.rst | 200 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…
|