Searched refs:release_to_os_interval_ms (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h36 void InitLinkerInitialized(s32 release_to_os_interval_ms) { argument
38 primary_.Init(release_to_os_interval_ms);
42 void Init(s32 release_to_os_interval_ms) { argument
44 primary_.Init(release_to_os_interval_ms);
85 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
86 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
H A Dsanitizer_allocator_primary32.h115 void Init(s32 release_to_os_interval_ms) { argument
124 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
H A Dsanitizer_allocator_primary64.h73 void Init(s32 release_to_os_interval_ms) { argument
83 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
93 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
94 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h25 void InitLinkerInitialized(s32 release_to_os_interval_ms) { argument
26 primary_.Init(release_to_os_interval_ms);
31 void Init(s32 release_to_os_interval_ms) { argument
32 primary_.Init(release_to_os_interval_ms);
74 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
75 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
H A Dsanitizer_allocator_primary32.h111 void Init(s32 release_to_os_interval_ms) { argument
120 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
H A Dsanitizer_allocator_primary64.h70 void Init(s32 release_to_os_interval_ms) { argument
80 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
90 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
91 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_combined.h32 void InitLinkerInitialized(s32 release_to_os_interval_ms) { argument
34 primary_.Init(release_to_os_interval_ms);
38 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) { argument
40 primary_.Init(release_to_os_interval_ms, heap_start);
81 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
82 primary_.SetReleaseToOSIntervalMs(release_to_os_interval_ms);
H A Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) { argument
132 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
H A Dsanitizer_allocator_primary64.h114 void Init(s32 release_to_os_interval_ms, uptr heap_start = 0) { argument
147 SetReleaseToOSIntervalMs(release_to_os_interval_ms);
156 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) { argument
157 atomic_store(&release_to_os_interval_ms_, release_to_os_interval_ms,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_activation.cc91 allocator_options.release_to_os_interval_ms);
H A Dasan_allocator.h41 s32 release_to_os_interval_ms; member in struct:__asan::AllocatorOptions
H A Dasan_allocator.cc227 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
237 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
282 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
319 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
342 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_activation.cc89 allocator_options.release_to_os_interval_ms);
H A Dasan_allocator.h39 s32 release_to_os_interval_ms; member in struct:__asan::AllocatorOptions
H A Dasan_allocator.cc225 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
235 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
280 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
317 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
340 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_activation.cpp90 allocator_options.release_to_os_interval_ms);
H A Dasan_allocator.h41 s32 release_to_os_interval_ms; member in struct:__asan::AllocatorOptions
H A Dasan_allocator.cpp284 release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
294 cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
340 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
384 allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
407 options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();

Completed in 318 milliseconds