Home
last modified time | relevance | path

Searched refs:release_to_os_interval_ms (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) { in InitLinkerInitialized() argument
34 primary_.Init(release_to_os_interval_ms); in InitLinkerInitialized()
38 void Init(s32 release_to_os_interval_ms) { in Init() argument
40 primary_.Init(release_to_os_interval_ms); in Init()
81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms); in SetReleaseToOSIntervalMs()
Dsanitizer_allocator_primary64.h72 void Init(s32 release_to_os_interval_ms) { in Init() argument
86 SetReleaseToOSIntervalMs(release_to_os_interval_ms); in Init()
97 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
98 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms, in SetReleaseToOSIntervalMs()
Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms) { in Init() argument
131 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { in SetReleaseToOSIntervalMs() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_activation.cpp90 allocator_options.release_to_os_interval_ms); in Print()
Dasan_allocator.cpp285 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms; in SetFrom()
295 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms; in CopyTo()
341 allocator.InitLinkerInitialized(options.release_to_os_interval_ms); in InitLinkerInitialized()
385 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms); in ReInitialize()
408 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs(); in GetOptions()
Dasan_allocator.h41 s32 release_to_os_interval_ms; member
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags.inc51 SCUDO_FLAG(int, release_to_os_interval_ms, SCUDO_ANDROID ? INT32_MIN : 5000,
Dcombined.h164 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in initLinkerInitialized()
/external/scudo/standalone/
Dflags.inc51 SCUDO_FLAG(int, release_to_os_interval_ms, SCUDO_ANDROID ? INT32_MIN : 5000,
Dcombined.h170 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms; in initLinkerInitialized()