Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h26 void init(s32 ReleaseToOSIntervalMs) { in init() argument
27 Primary.Init(ReleaseToOSIntervalMs); in init()
/freebsd-13.1/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
789 if (ReleaseToOSIntervalMs() >= 0) in PopulateFreeArray()
874 s32 interval_ms = ReleaseToOSIntervalMs(); in MaybeReleaseToOS()
H A Dsanitizer_allocator_primary32.h128 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp408 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()