Home
last modified time | relevance | path

Searched refs:JSON_Malloc_Function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.h67 typedef void * (*JSON_Malloc_Function)(size_t); typedef
78 void json_set_allocation_functions(JSON_Malloc_Function malloc_fun, JSON_Free_Function free_fun);
H A Dparson.c95 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()