HomeSort by relevance Sort by last modified time
    Searched defs:memlimit (Results 1 - 2 of 2) sorted by null

  /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,
  /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,

Completed in 79 milliseconds