Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ cJSON_free
Function
cJSON_free
libapp2sys/src/main/cpp/cjson/cJSON.c:2938–2941 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2936
}
2937
2938
CJSON_PUBLIC(void) cJSON_free(void *object)
2939
{
2940
global_hooks.deallocate(object);
2941
}
Callers
1
replace_item_in_object
Function · 0.85
Calls
1
deallocate
Method · 0.80
Tested by
no test coverage detected