HomeSort by relevance Sort by last modified time
    Searched refs:memlimit (Results 1 - 6 of 6) 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,
  /external/libunwind/src/
elfxx.c 189 uint64_t memlimit = UINT64_MAX; local
205 if (lzma_index_buffer_decode (&index, &memlimit, NULL, indexdata,
226 uint64_t memlimit = UINT64_MAX; /* no memory limit */ local
282 lret = lzma_stream_buffer_decode (&memlimit, 0, NULL,
  /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 117 milliseconds