Home
last modified time | relevance | path

Searched refs:PyLzma_Malloc (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_lzmamodule.c108 PyLzma_Malloc(void *opaque, size_t items, size_t size) in PyLzma_Malloc() function
733 self->alloc.alloc = PyLzma_Malloc; in Compressor_init()
1156 self->alloc.alloc = PyLzma_Malloc; in _lzma_LZMADecompressor___init___impl()