MCPcopy Index your code
hub / github.com/DaveGamble/cJSON / cJSON_malloc

Function cJSON_malloc

cJSON.c:3182–3185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3180}
3181
3182CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3183{
3184 return global_hooks.allocate(size);
3185}
3186
3187CJSON_PUBLIC(void) cJSON_free(void *object)
3188{

Callers 4

cJSONUtils_strdupFunction · 0.85
compose_patchFunction · 0.85
create_patchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…