Searched refs:memlimit (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dalone_decoder.h21 uint64_t memlimit, bool picky);
H A Dstream_decoder.h20 uint64_t memlimit, uint32_t flags);
H A Dauto_decoder.c21 uint64_t memlimit; member in struct:__anon4427
56 coder->memlimit, coder->flags));
59 allocator, coder->memlimit, true));
136 assert(*old_memlimit == coder->memlimit);
141 *old_memlimit = coder->memlimit;
149 coder->memlimit = new_memlimit;
157 uint64_t memlimit, uint32_t flags)
178 coder->memlimit = my_max(1, memlimit);
187 lzma_auto_decoder(lzma_stream *strm, uint64_t memlimit, uint32_
156 auto_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, uint32_t flags) argument
[all...]
H A Dindex_decoder.c30 uint64_t memlimit; member in struct:__anon4441
101 if (lzma_index_memusage(1, coder->count) > coder->memlimit) {
228 *old_memlimit = coder->memlimit;
234 coder->memlimit = new_memlimit;
243 lzma_index **i, uint64_t memlimit)
259 coder->memlimit = my_max(1, memlimit);
270 lzma_index **i, uint64_t memlimit)
292 return index_decoder_reset(coder, allocator, i, memlimit);
297 lzma_index_decoder(lzma_stream *strm, lzma_index **i, uint64_t memlimit)
242 index_decoder_reset(lzma_index_coder *coder, const lzma_allocator *allocator, lzma_index **i, uint64_t memlimit) argument
269 index_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_index **i, uint64_t memlimit) argument
[all...]
H A Dalone_decoder.c41 uint64_t memlimit; member in struct:__anon22
130 if (coder->memusage > coder->memlimit)
186 *old_memlimit = coder->memlimit;
192 coder->memlimit = new_memlimit;
201 uint64_t memlimit, bool picky)
226 coder->memlimit = my_max(1, memlimit);
234 lzma_alone_decoder(lzma_stream *strm, uint64_t memlimit)
236 lzma_next_strm_init(lzma_alone_decoder_init, strm, memlimit, false);
200 lzma_alone_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, bool picky) argument
H A Dstream_buffer_decoder.c17 lzma_stream_buffer_decode(uint64_t *memlimit, uint32_t flags,
38 &stream_decoder, allocator, *memlimit, flags);
80 memlimit, &memusage, 0);
H A Dstream_decoder.c44 uint64_t memlimit; member in struct:__anon4445
223 if (memusage > coder->memlimit) {
405 *old_memlimit = coder->memlimit;
411 coder->memlimit = new_memlimit;
421 uint64_t memlimit, uint32_t flags)
444 coder->memlimit = my_max(1, memlimit);
459 lzma_stream_decoder(lzma_stream *strm, uint64_t memlimit, uint32_t flags)
461 lzma_next_strm_init(lzma_stream_decoder_init, strm, memlimit, flags);
419 lzma_stream_decoder_init( lzma_next_coder *next, const lzma_allocator *allocator, uint64_t memlimit, uint32_t flags) argument
/freebsd-11-stable/contrib/xz/src/xz/
H A Dhardware.c123 const uint64_t memlimit = mode == MODE_COMPRESS local
125 return memlimit != 0 ? memlimit : UINT64_MAX;
H A Dmessage.c857 uint64_t memlimit = hardware_memlimit_get(opt_mode); local
861 if (memlimit == UINT64_MAX) {
876 if (memlimit < (UINT32_C(1) << 20)) {
878 uint64_to_str(memlimit, 1));
887 uint64_to_str(round_up_to_mib(memlimit), 1));
1172 " --memlimit-compress=LIMIT\n"
1173 " --memlimit-decompress=LIMIT\n"
1174 " -M, --memlimit=LIMIT\n"
H A Dlist.c259 uint64_t memlimit = hardware_memlimit_get(MODE_LIST); local
263 if (memused > memlimit)
266 memlimit -= memused;
270 ret = lzma_index_decoder(&strm, &this_index, memlimit);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp95 uint64_t memlimit(UINT64_MAX);
98 &xzindex, &memlimit, nullptr,
128 uint64_t memlimit = UINT64_MAX;
132 &memlimit, 0, nullptr, InputBuffer.data(), &inpos, InputBuffer.size(),
/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dcontainer.h522 * \param memlimit Memory usage limit as bytes. Use UINT64_MAX
537 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
549 * \param memlimit Memory usage limit as bytes. Use UINT64_MAX
562 lzma_stream *strm, uint64_t memlimit, uint32_t flags)
570 * \param memlimit Memory usage limit as bytes. Use UINT64_MAX
585 lzma_stream *strm, uint64_t memlimit)
592 * \param memlimit Pointer to how much memory the decoder is allowed
623 * The minimum required memlimit value was stored to *memlimit.
628 uint64_t *memlimit, uint32_
[all...]
H A Dindex.h611 * \param memlimit How much memory the resulting lzma_index is
629 lzma_stream *strm, lzma_index **i, uint64_t memlimit)
665 * \param memlimit Pointer to how much memory the resulting
679 * The minimum required memlimit value was stored to *memlimit.
684 uint64_t *memlimit, const lzma_allocator *allocator,
H A Dbase.h606 * with a function that takes a memlimit argument. With other functions, you
632 * a function that takes a memlimit argument.
645 * a function that takes a memlimit argument.
647 * liblzma 5.2.3 and earlier has a bug where memlimit value of 0 causes
659 lzma_stream *strm, uint64_t memlimit) lzma_nothrow;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core.c971 uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl)
981 fnvlist_add_uint64(args, ZCP_ARG_MEMLIMIT, memlimit);
1023 uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl)
1026 memlimit, argnvl, outnvl));
1111 uint64_t timeout, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl)
1114 memlimit, argnvl, outnvl));
970 lzc_channel_program_impl(const char *pool, const char *program, boolean_t sync, uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) argument
1022 lzc_channel_program(const char *pool, const char *program, uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) argument
1110 lzc_channel_program_nosync(const char *pool, const char *program, uint64_t timeout, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.cpp79 unsigned memlimit, bool use_valgrind, LLVMContext &ctxt)
83 MemoryLimit(memlimit), UseValgrind(use_valgrind) {}
78 BugDriver(const char *toolname, bool find_bugs, unsigned timeout, unsigned memlimit, bool use_valgrind, LLVMContext &ctxt) argument
H A DBugDriver.h68 unsigned memlimit, bool use_valgrind, LLVMContext &ctxt);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp.c1033 uint64_t instrlimit, uint64_t memlimit, nvpair_t *nvarg, nvlist_t *outnvl)
1041 if (memlimit == 0 || memlimit > zfs_lua_max_memlimit)
1046 .aa_alloc_remaining = (int64_t)memlimit,
1047 .aa_alloc_limit = (int64_t)memlimit,
1032 zcp_eval(const char *poolname, const char *program, boolean_t sync, uint64_t instrlimit, uint64_t memlimit, nvpair_t *nvarg, nvlist_t *outnvl) argument
H A Dzfs_ioctl.c3806 uint64_t instrlimit, memlimit; local
3819 if (0 != nvlist_lookup_uint64(innvl, ZCP_ARG_MEMLIMIT, &memlimit)) {
3820 memlimit = ZCP_DEFAULT_MEMLIMIT;
3828 if (memlimit == 0 || memlimit > zfs_lua_max_memlimit)
3831 return (zcp_eval(poolname, program, sync_flag, instrlimit, memlimit,
/freebsd-11-stable/sys/dev/pci/
H A Dpcib_private.h128 pci_addr_t memlimit; /* topmost address of memory window */ member in struct:pcib_softc
H A Dpci_pci.c794 return (sc->membase > 0 && sc->membase < sc->memlimit);
845 sc->memlimit = PCI_PPBMEMLIMIT(0,
897 pci_write_config(dev, PCIR_MEMLIMIT_1, sc->memlimit >> 16, 2);
1657 (uintmax_t)sc->membase, (uintmax_t)sc->memlimit);
2416 ok = ok || (start >= sc->membase && end <= sc->memlimit);
2443 if (end > sc->memlimit)
2444 end = sc->memlimit;
2454 if (start < sc->memlimit && end > sc->membase)
2455 start = sc->memlimit + 1;
2475 (uintmax_t)sc->membase, (uintmax_t)sc->memlimit,
[all...]
H A Dpcivar.h233 uint32_t memlimit; /* topmost address of memory window */ member in struct:__anon5197
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c7246 uint64_t memlimit = ZCP_DEFAULT_MEMLIMIT; local
7285 memlimit = arg;
7367 instrlimit, memlimit, argnvl, &outnvl);
7370 instrlimit, memlimit, argnvl, &outnvl);

Completed in 275 milliseconds