Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h26 void init(s32 ReleaseToOSIntervalMs) { in init() argument
27 Primary.Init(ReleaseToOSIntervalMs); in init()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h81 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
82 return primary_.ReleaseToOSIntervalMs(); in ReleaseToOSIntervalMs()
H A Dsanitizer_allocator_primary64.h89 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
707 if (ReleaseToOSIntervalMs() >= 0) in PopulateFreeArray()
833 s32 interval_ms = ReleaseToOSIntervalMs(); in MaybeReleaseToOS()
H A Dsanitizer_allocator_primary32.h120 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc342 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()