Home
last modified time | relevance | path

Searched refs:ReleaseToOSIntervalMs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h77 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
78 return primary_.ReleaseToOSIntervalMs(); in ReleaseToOSIntervalMs()
H A Dsanitizer_allocator_primary64.h152 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
792 if (ReleaseToOSIntervalMs() >= 0) in PopulateFreeArray()
877 s32 interval_ms = ReleaseToOSIntervalMs(); in MaybeReleaseToOS()
H A Dsanitizer_allocator_primary32.h128 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp452 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()