Searched refs:RSS (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | flags.inc | 50 "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 D | SemaCoroutine.cpp | 902 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 D | sanitizer_flags.inc | 133 "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 D | ScudoHardenedAllocator.rst | 118 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 D | LibFuzzer.rst | 275 If an input requires more than this amount of RSS memory to execute,
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 166 "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 D | perlfaq2.pod | 194 (and RSS feed) of hand-picked Perl articles.
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acinclude.m4 | 2092 GLIBCPP_CHECK_SETRLIMIT_ancilliary(RSS)
|
H A D | aclocal.m4 | 2104 GLIBCPP_CHECK_SETRLIMIT_ancilliary(RSS)
|