![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
Allocator to customize Value internal map. Below is an example of a simple implementation (default implementation actually use memory pool for speed). More...
#include <json.h>
Public Member Functions | |
| virtual ValueInternalMap * | newMap ()=0 |
| virtual ValueInternalMap * | newMapCopy (const ValueInternalMap &other)=0 |
| virtual void | destructMap (ValueInternalMap *map)=0 |
| virtual ValueInternalLink * | allocateMapBuckets (unsigned int size)=0 |
| virtual void | releaseMapBuckets (ValueInternalLink *links)=0 |
| virtual ValueInternalLink * | allocateMapLink ()=0 |
| virtual void | releaseMapLink (ValueInternalLink *link)=0 |
Allocator to customize Value internal map. Below is an example of a simple implementation (default implementation actually use memory pool for speed).