Home
last modified time | relevance | path

Searched defs:memlimit (Results 1 – 6 of 6) sorted by relevance

/third_party/libunwind/src/
Delfxx.c263 uint64_t memlimit = UINT64_MAX; in xz_uncompressed_size() local
297 uint64_t memlimit = UINT64_MAX; /* no memory limit */ in elf_w() local
/third_party/python/Modules/clinic/
D_lzmamodule.c.h181 PyObject *memlimit = Py_None; in _lzma_LZMADecompressor___init__() local
/third_party/python/Lib/
Dlzma.py331 def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): argument
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.cc63 const uint64_t memlimit = max_mem_usage * kMegabytesToBytes / ratio_inversion; in Initialize() local
/third_party/curl/lib/
Dmemdebug.c59 static bool memlimit = FALSE; /* enable memory limit */ variable
/third_party/python/Modules/
D_lzmamodule.c1193 PyObject *memlimit, PyObject *filters) in _lzma_LZMADecompressor___init___impl()