Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dzlibmodule.c283 PyZlib_Malloc(voidpf ctx, uInt items, uInt size) in PyZlib_Malloc() function
336 zst.zalloc = PyZlib_Malloc; in zlib_compress_impl()
445 zst.zalloc = PyZlib_Malloc; in zlib_decompress_impl()
568 self->zst.zalloc = PyZlib_Malloc; in zlib_compressobj_impl()
662 self->zst.zalloc = PyZlib_Malloc; in zlib_decompressobj_impl()