Add #define for allocation increment
michaelrsweet opened this issue · 1 comments
michaelrsweet commented
Add a #define
in mxml-private.h to control the allocation increment for mxml_set_attr
and mxmlIndexNew
:
#define _MXML_ALLOC_SIZE 16 // Allocation increment
michaelrsweet commented