Home
last modified time | relevance | path

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

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