Searched refs:JSON_Malloc_Function (Results 1 – 2 of 2) sorted by relevance
67 typedef void * (*JSON_Malloc_Function)(size_t); typedef78 void json_set_allocation_functions(JSON_Malloc_Function malloc_fun, JSON_Free_Function free_fun);
95 static JSON_Malloc_Function parson_malloc = malloc;2463 void json_set_allocation_functions(JSON_Malloc_Function malloc_fun, JSON_Free_Function free_fun) { in json_set_allocation_functions()