OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryLimit
(Results
1 - 8
of
8
) sorted by null
/external/llvm/tools/bugpoint/
bugpoint.cpp
51
MemoryLimit
("mlimit", cl::init(-1), cl::value_desc("MBytes"),
149
if (
MemoryLimit
< 0) {
150
// Set the default
MemoryLimit
. Be sure to update the flag's description if
153
MemoryLimit
= 800;
155
MemoryLimit
= 100;
158
BugDriver D(argv[0], FindBugs, TimeoutValue,
MemoryLimit
,
ToolRunner.cpp
63
unsigned
MemoryLimit
= 0,
77
NumSeconds,
MemoryLimit
, ErrMsg);
92
unsigned
MemoryLimit
= 0) {
106
Redirects, NumSeconds,
MemoryLimit
);
134
unsigned
MemoryLimit
= 0) {
151
ErrorFilename.str(), Timeout,
MemoryLimit
);
190
unsigned
MemoryLimit
= 0);
202
unsigned
MemoryLimit
) {
231
Timeout,
MemoryLimit
, Error);
300
unsigned
MemoryLimit
= 0)
[
all
...]
ToolRunner.h
70
unsigned
MemoryLimit
= 0);
117
unsigned Timeout = 0, unsigned
MemoryLimit
= 0) {}
126
unsigned
MemoryLimit
= 0) {
146
unsigned
MemoryLimit
= 0) = 0;
172
unsigned Timeout = 0, unsigned
MemoryLimit
= 0);
184
unsigned
MemoryLimit
= 0);
193
unsigned
MemoryLimit
= 0);
BugDriver.cpp
75
MemoryLimit
(memlimit), UseValgrind(use_valgrind) {}
ExecutionDriver.cpp
287
Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout,
MemoryLimit
);
350
Timeout,
MemoryLimit
);
BugDriver.h
57
unsigned
MemoryLimit
;
OptimizerDriver.cpp
218
MemoryLimit
, &ErrMsg);
/external/chromium_org/gpu/command_buffer/client/
mapped_memory.h
113
enum
MemoryLimit
{
Completed in 540 milliseconds