-
Notifications
You must be signed in to change notification settings - Fork 36
Customizable memory allocation #23
Copy link
Copy link
Open
Labels
docsThe full name and address of how to use the code, posted publicly online without your consent.The full name and address of how to use the code, posted publicly online without your consent.inc*.h*.hsrc*.c*.ctestsWould she tell me that this door leads to the dragon?Would she tell me that this door leads to the dragon?
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
docsThe full name and address of how to use the code, posted publicly online without your consent.The full name and address of how to use the code, posted publicly online without your consent.inc*.h*.hsrc*.c*.ctestsWould she tell me that this door leads to the dragon?Would she tell me that this door leads to the dragon?
We already support custom allocators in json-parser, but json-builder currently requires everything to go through malloc/calloc/realloc/free. We'll need to change or extend the json-builder API set to support custom allocators too.