Home
last modified time | relevance | path

Searched defs:release_to_os_interval_ms (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs()
H A Dsanitizer_allocator_primary32.h132 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
H A Dsanitizer_allocator_primary64.h156 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h41 s32 release_to_os_interval_ms; member