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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h26 void init(s32 ReleaseToOSIntervalMs) { argument
27 Primary.Init(ReleaseToOSIntervalMs);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h77 s32 ReleaseToOSIntervalMs() const { function in class:CombinedAllocator
78 return primary_.ReleaseToOSIntervalMs();
H A Dsanitizer_allocator_primary64.h93 s32 ReleaseToOSIntervalMs() const { function in class:SizeClassAllocator64
706 // Postpone the first release to OS attempt for ReleaseToOSIntervalMs,
712 if (ReleaseToOSIntervalMs() >= 0)
839 s32 interval_ms = ReleaseToOSIntervalMs();
H A Dsanitizer_allocator_primary32.h127 s32 ReleaseToOSIntervalMs() const { function in class:SizeClassAllocator32
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp346 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();

Completed in 108 milliseconds