Searched refs:RSS (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 895 ReadySuspendResumeResult RSS = in BuildResolvedCoawaitExpr() local 897 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr() 901 CoawaitExpr(Loc, Operand, Awaiter, RSS.Results[0], RSS.Results[1], in BuildResolvedCoawaitExpr() 902 RSS.Results[2], RSS.OpaqueValue, IsImplicit); in BuildResolvedCoawaitExpr() 952 ReadySuspendResumeResult RSS = buildCoawaitCalls( in BuildCoyieldExpr() local 954 if (RSS.IsInvalid) in BuildCoyieldExpr() 958 new (Context) CoyieldExpr(Loc, Operand, E, RSS.Results[0], RSS.Results[1], in BuildCoyieldExpr() 959 RSS.Results[2], RSS.OpaqueValue); in BuildCoyieldExpr()
|
| /llvm-project-15.0.7/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."
|
| /llvm-project-15.0.7/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 | 270 If an input requires more than this amount of RSS memory to execute,
|
| /llvm-project-15.0.7/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.")
|
| /llvm-project-15.0.7/openmp/tools/archer/ |
| H A D | README.md | 119 <td class="org-left">Print the RSS memory peak at the end of the execution.</td>
|