OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memlimit
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c
98
uint64_t physmem,
memlimit
;
local
122
memlimit
= 40 * physmem / 100;
123
if (
memlimit
< 80 * 1024 * 1024) {
124
memlimit
= 80 * physmem / 100;
125
if (
memlimit
> 80 * 1024 * 1024)
126
memlimit
= 80 * 1024 * 1024;
129
xzf->err = lzma_stream_decoder(&xzf->ls,
memlimit
,
/external/llvm/tools/bugpoint/
BugDriver.cpp
70
unsigned timeout, unsigned
memlimit
, bool use_valgrind,
75
MemoryLimit(
memlimit
), UseValgrind(use_valgrind) {}
BugDriver.h
66
unsigned timeout, unsigned
memlimit
, bool use_valgrind,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py
[
all
...]
Completed in 100 milliseconds