Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_combined.h26 void init(s32 ReleaseToOSIntervalMs) { in init() argument
27 Primary.Init(ReleaseToOSIntervalMs); in init()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h77 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
78 return primary_.ReleaseToOSIntervalMs(); in ReleaseToOSIntervalMs()
Dsanitizer_allocator_primary64.h93 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
713 if (ReleaseToOSIntervalMs() >= 0) in PopulateFreeArray()
840 s32 interval_ms = ReleaseToOSIntervalMs(); in MaybeReleaseToOS()
Dsanitizer_allocator_primary32.h127 s32 ReleaseToOSIntervalMs() const { in ReleaseToOSIntervalMs() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp408 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()