Home
last modified time | relevance | path

Searched refs:memoryLimit (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp28 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/
DProgram.h113 unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
130 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
/third_party/skia/src/core/
DSkStrikeSpec.cpp137 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/
DProgram.inc183 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/
DProgram.inc254 unsigned memoryLimit, std::string *ErrMsg) {
390 if (memoryLimit != 0) {
397 jeli.ProcessMemoryLimit = uintptr_t(memoryLimit) * 1048576;
/third_party/node/doc/api/
Dreport.md141 "memoryLimit": 4345298944,