Home
last modified time | relevance | path

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

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