View Issue Details

IDProjectCategoryView StatusLast Update
0005421libmicrohttpdexternal APIpublic2018-08-16 13:47
Reportervcapuano Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Fixed in Version0.9.59 
Summary0005421: Feature request - Need API to set custom memory allocation functions
DescriptionI am using some special memory allocation functions in my project that is using libmicrohttpd and it would be great to have a function to pass specific memory allocation functions to be used in place of malloc, realloc and free.

Is it something in the roadmap?

Many thanks,
Vincenzo
TagsNo tags attached.

Activities

Christian Grothoff

2018-08-16 13:12

manager   ~0013210

It's certainly not on the roadmap.

Also, you're aware that MHD mostly uses mmap() and its own custom allocator and tries to avoid using malloc/free to begin with?

Can you explain a bit better why you think you need this?

vcapuano

2018-08-16 13:39

reporter   ~0013213

Never mind. I found a different solution.

Thanks

Issue History

Date Modified Username Field Change
2018-08-09 16:00 vcapuano New Issue
2018-08-16 13:12 Christian Grothoff Note Added: 0013210
2018-08-16 13:39 vcapuano Note Added: 0013213
2018-08-16 13:47 Christian Grothoff Assigned To => Christian Grothoff
2018-08-16 13:47 Christian Grothoff Status new => closed
2018-08-16 13:47 Christian Grothoff Resolution open => no change required
2018-08-16 13:47 Christian Grothoff Fixed in Version => 0.9.59
2024-01-21 13:24 Christian Grothoff Category libmicrohttpd API => external API