Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dzlibmodule.c290 PyZlib_Malloc(voidpf ctx, uInt items, uInt size) in PyZlib_Malloc() function
345 zst.zalloc = PyZlib_Malloc; in zlib_compress_impl()
455 zst.zalloc = PyZlib_Malloc; in zlib_decompress_impl()
578 self->zst.zalloc = PyZlib_Malloc; in zlib_compressobj_impl()
672 self->zst.zalloc = PyZlib_Malloc; in zlib_decompressobj_impl()
1738 self->zst.zalloc = PyZlib_Malloc; in ZlibDecompressor__new__()