Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ cJSON_free
Function
cJSON_free
external/cJSON/cJSON.c:3202–3206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3200
}
3201
3202
CJSON_PUBLIC(void) cJSON_free(void *object)
3203
{
3204
global_hooks.deallocate(object);
3205
object = NULL;
3206
}
Callers
3
print_cjson
Function · 0.85
cJSON_SetValuestring
Function · 0.85
replace_item_in_object
Function · 0.85
Calls
1
deallocate
Method · 0.45
Tested by
no test coverage detected