Home
last modified time | relevance | path

Searched refs:RSS (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dflags.inc50 "Hard RSS Limit in Mb. If non-zero, once the limit is achieved, "
54 "Soft RSS Limit in Mb. If non-zero, once the limit is reached, all "
55 "subsequent calls will fail or return NULL until the RSS goes below "
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp902 ReadySuspendResumeResult RSS = in BuildResolvedCoawaitExpr() local
904 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
908 CoawaitExpr(Loc, Operand, Awaiter, RSS.Results[0], RSS.Results[1], in BuildResolvedCoawaitExpr()
909 RSS.Results[2], RSS.OpaqueValue, IsImplicit); in BuildResolvedCoawaitExpr()
960 ReadySuspendResumeResult RSS = buildCoawaitCalls( in BuildCoyieldExpr() local
962 if (RSS.IsInvalid) in BuildCoyieldExpr()
966 new (Context) CoyieldExpr(Loc, Operand, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr()
967 RSS.Results[2], RSS.OpaqueValue); in BuildCoyieldExpr()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc133 "Hard RSS limit in Mb."
135 " which periodically reads RSS and aborts the process if the"
138 "Soft RSS limit in Mb."
140 " which periodically reads RSS. If the limit is reached"
143 " until the RSS goes below the soft limit."
/openbsd/gnu/llvm/llvm/docs/
H A DScudoHardenedAllocator.rst118 RSS of a process. To counteracty this, if the underlying OS allows it, pages
120 released: this generally means they won't count towards the RSS of a process and
333 - ``"RSS limit exhausted"``: the maximum RSS optionally specified has been
H A DLibFuzzer.rst275 If an input requires more than this amount of RSS memory to execute,
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def166 "purging starts when RSS exceeds 50% of rss_limit_mb. Pass "
171 "reaching this limit of RSS memory usage.")
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq2.pod194 (and RSS feed) of hand-picked Perl articles.
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacinclude.m42092 GLIBCPP_CHECK_SETRLIMIT_ancilliary(RSS)
H A Daclocal.m42104 GLIBCPP_CHECK_SETRLIMIT_ancilliary(RSS)