Searched refs:SetReleaseToOSIntervalMs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { function in class:CombinedAllocator
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
H A Dsanitizer_allocator_primary32.h131 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { function in class:SizeClassAllocator32
H A Dsanitizer_allocator_primary64.h82 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
93 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { function in class:SizeClassAllocator64
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp323 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);

Completed in 118 milliseconds