MCPcopy 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
2938CJSON_PUBLIC(void) cJSON_free(void *object)
2939{
2940 global_hooks.deallocate(object);
2941}

Callers 1

replace_item_in_objectFunction · 0.85

Calls 1

deallocateMethod · 0.80

Tested by

no test coverage detected