Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3127
CJSON_PUBLIC(void) cJSON_free(void *object)
3128
{
3129
global_hooks.deallocate(object);
3130
}
Callers
10
cJSON_SetValuestring
Function · 0.85
replace_item_in_object
Function · 0.85
send_parameters
Function · 0.85
get_parameters
Function · 0.85
send_results
Function · 0.85
get_results
Function · 0.85
JSON_write
Function · 0.85
JSONStream_Output
Function · 0.85
iperf_print_results
Function · 0.85
iperf_json_finish
Function · 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…