MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_free

Function cJSON_free

src/cjson.c:3127–3130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3125}
3126
3127CJSON_PUBLIC(void) cJSON_free(void *object)
3128{
3129 global_hooks.deallocate(object);
3130}

Callers 10

cJSON_SetValuestringFunction · 0.85
replace_item_in_objectFunction · 0.85
send_parametersFunction · 0.85
get_parametersFunction · 0.85
send_resultsFunction · 0.85
get_resultsFunction · 0.85
JSON_writeFunction · 0.85
JSONStream_OutputFunction · 0.85
iperf_print_resultsFunction · 0.85
iperf_json_finishFunction · 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…