MCPcopy Create free account
hub / github.com/Netis/cloud-probe / cJSON_malloc

Function cJSON_malloc

cpworker/src/cJSON/cJSON.c:3134–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132}
3133
3134CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3135{
3136 return global_hooks.allocate(size);
3137}
3138
3139CJSON_PUBLIC(void) cJSON_free(void *object)
3140{

Callers 4

cJSONUtils_strdupFunction · 0.85
compose_patchFunction · 0.85
create_patchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected