OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soft_rss_limit_mb
(Results
1 - 3
of
3
) 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
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
&&
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp
33
const uptr
soft_rss_limit_mb
= common_flags()->
soft_rss_limit_mb
;
local
64
if (
soft_rss_limit_mb
) {
65
if (
soft_rss_limit_mb
< current_rss_mb && !reached_soft_rss_limit) {
68
SanitizerToolName,
soft_rss_limit_mb
, current_rss_mb);
71
} else if (
soft_rss_limit_mb
>= current_rss_mb &&
113
!common_flags()->
soft_rss_limit_mb
&&
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_libcdep.cpp
30
const uptr
soft_rss_limit_mb
= common_flags()->
soft_rss_limit_mb
;
local
61
if (
soft_rss_limit_mb
) {
62
if (
soft_rss_limit_mb
< current_rss_mb && !reached_soft_rss_limit) {
65
SanitizerToolName,
soft_rss_limit_mb
, current_rss_mb);
67
} else if (
soft_rss_limit_mb
>= current_rss_mb &&
71
SanitizerToolName,
soft_rss_limit_mb
, current_rss_mb);
88
!common_flags()->
soft_rss_limit_mb
&&
Completed in 33 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026