zlib-ng / minizip-ng

Fork of the popular zip manipulation library found in the zlib distribution.
Other
1.23k stars 430 forks source link

Support custom memory allocation functions #794

Open me21 opened 2 months ago

me21 commented 2 months ago

At the moment, *_create functions use calloc. Please support custom memory (de)allocation functions like zlib-ng does.

nmoinvaz commented 2 months ago

Feel free to open a PR.