Lines Matching refs:deallocate
171 void (CJSON_CDECL *deallocate)(void *pointer);
227 global_hooks.deallocate = free;
238 global_hooks.deallocate = free;
241 global_hooks.deallocate = hooks->free_fn;
246 if ((global_hooks.allocate == malloc) && (global_hooks.deallocate == free))
277 global_hooks.deallocate(item->valuestring);
282 global_hooks.deallocate(item->string);
289 global_hooks.deallocate(item);
661 p->hooks.deallocate(p->buffer);
674 p->hooks.deallocate(p->buffer);
682 p->hooks.deallocate(p->buffer);
1133 input_buffer->hooks.deallocate(output);
1475 hooks->deallocate(buffer->buffer);
1483 hooks->deallocate(buffer->buffer);
1488 hooks->deallocate(printed);
1528 global_hooks.deallocate(p.buffer);
2287 hooks->deallocate(item->string);
3463 global_hooks.deallocate(object);