HomeSort by: relevance | last modified time | path
    Searched refs:memlimit_threading (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/tests/ossfuzz/
fuzz_decode_stream_mt.c 28 .memlimit_threading = MEM_LIMIT / 2,
  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_decoder_mt.c 214 uint64_t memlimit_threading; member in struct:lzma_stream_coder
735 && coder->memlimit_threading
1262 // If this alone would exceed memlimit_threading, then we must
1264 if (coder->mem_next_block > coder->memlimit_threading) {
1298 // us go over memlimit_threading.
1332 // exceeding memlimit_threading. However, to stay below
1333 // memlimit_threading may require freeing some of the
1356 const uint64_t mem_max = coder->memlimit_threading
1812 // memlimit_threading cannot be modified after initialization.
1943 // get freed unless memlimit_threading forces us to clear caches)
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
container.h 203 * memlimit_threading bytes of memory would be needed, the number
205 * memlimit_threading bytes. However, if memlimit_threading cannot
207 * in single-threaded mode and memlimit_threading may be exceeded
208 * even by a large amount. That is, memlimit_threading will never make
212 * Setting memlimit_threading to UINT64_MAX or a similar huge value
222 * If memlimit_threading is greater than memlimit_stop, then the value
225 uint64_t memlimit_threading; member in struct:__anon315
761 * and options->memlimit_threading <= 1.
  /src/external/public-domain/xz/dist/tests/
test_memlimit.c 73 .memlimit_threading = 0,
test_check.c 291 .memlimit_threading = TEST_CHECK_MEMLIMIT,
  /src/external/public-domain/xz/dist/src/xz/
coder.c 952 mt_options.memlimit_threading

Completed in 29 milliseconds