| 82 | } |
| 83 | |
| 84 | static void default_free (void * ptr, void * user_data) |
| 85 | { |
| 86 | free (ptr); |
| 87 | } |
| 88 | |
| 89 | static void * json_alloc (json_state * state, unsigned long size, int zero) |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected