Searched refs:memoryLimit (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Program.cpp | 28 unsigned memoryLimit, std::string *ErrMsg); 32 unsigned memoryLimit, std::string *ErrMsg, in ExecuteAndWait() argument 35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait() 51 unsigned memoryLimit, std::string *ErrMsg, in ExecuteNoWait() argument 56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Program.h | 113 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount 130 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
|
/third_party/skia/src/core/ |
D | SkStrikeSpec.cpp | 137 constexpr SkScalar memoryLimit = 256; in ShouldDrawAsPath() local 138 constexpr SkScalar maxSizeSquared = memoryLimit * memoryLimit; in ShouldDrawAsPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 183 unsigned memoryLimit, std::string *ErrMsg) { 194 if (memoryLimit == 0) { 290 if (memoryLimit!=0) { 291 SetMemoryLimits(memoryLimit);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 254 unsigned memoryLimit, std::string *ErrMsg) { 390 if (memoryLimit != 0) { 397 jeli.ProcessMemoryLimit = uintptr_t(memoryLimit) * 1048576;
|
/third_party/node/doc/api/ |
D | report.md | 141 "memoryLimit": 4345298944,
|