OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soft_rss_limit_mb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_libcdep.cc
36
const uptr
soft_rss_limit_mb
= common_flags()->
soft_rss_limit_mb
;
local in function:__sanitizer::BackgroundThread
71
if (
soft_rss_limit_mb
) {
72
if (
soft_rss_limit_mb
< current_rss_mb && !reached_soft_rss_limit) {
75
SanitizerToolName,
soft_rss_limit_mb
, current_rss_mb);
78
} else if (
soft_rss_limit_mb
>= current_rss_mb &&
121
!common_flags()->
soft_rss_limit_mb
&&
sanitizer_common_libcdep.cc
36
const uptr
soft_rss_limit_mb
= common_flags()->
soft_rss_limit_mb
;
local in function:__sanitizer::BackgroundThread
71
if (
soft_rss_limit_mb
) {
72
if (
soft_rss_limit_mb
< current_rss_mb && !reached_soft_rss_limit) {
75
SanitizerToolName,
soft_rss_limit_mb
, current_rss_mb);
78
} else if (
soft_rss_limit_mb
>= current_rss_mb &&
121
!common_flags()->
soft_rss_limit_mb
&&
Completed in 410 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025