Searched defs:cJSON_malloc (Results 1 – 3 of 3) sorted by relevance
46 static void *(*cJSON_malloc)(size_t sz) = malloc; variable
3102 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc() function
3115 CJSON_PUBLIC(void *) cJSON_malloc(size_t size) in cJSON_malloc() function