mz_zip_writer_init_heap_v2 5920 src/punutil/miniz.c return mz_zip_writer_init_heap_v2(pZip, size_to_reserve_at_beginning, initial_allocation_size, 0); mz_zip_writer_init_heap_v2 1421 src/punutil/miniz.h MINIZ_EXPORT mz_bool mz_zip_writer_init_heap_v2(mz_zip_archive *pZip, size_t size_to_reserve_at_beginning, size_t initial_allocation_size, mz_uint flags);