Support custom alloc/free functions in compressor #84

Closed
opened 2026-01-29 20:32:14 +00:00 by claunia · 2 comments
Owner

Originally created by @nemequ on GitHub (Dec 28, 2015).

The decompression code supports using custom functions instead of malloc/free to allocate memory, It would be great to see the same thing from the compression code.

Originally created by @nemequ on GitHub (Dec 28, 2015). The decompression code supports using custom functions instead of malloc/free to allocate memory, It would be great to see the same thing from the compression code.
Author
Owner

@eustas commented on GitHub (Dec 28, 2015):

Thank you for the request.
We have this feature in our plans, but first we have to finish refactoring and do some preparations...

@eustas commented on GitHub (Dec 28, 2015): Thank you for the request. We have this feature in our plans, but first we have to finish refactoring and do some preparations...
Author
Owner

@eustas commented on GitHub (Jun 16, 2016):

Implemented in v0.5

@eustas commented on GitHub (Jun 16, 2016): Implemented in v0.5
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#84