- yajlFree
void yajlFree(void* ctx, void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- yajlMalloc
void* yajlMalloc(void* ctx, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
- yajlRealloc
void* yajlRealloc(void* ctx, void* previous, size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.