Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SVF-tools/SVF
/ cJSON_malloc
Function
cJSON_malloc
svf/lib/Util/cJSON.cpp:3134–3137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3132
}
3133
3134
CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3135
{
3136
return global_hooks.allocate(size);
3137
}
3138
3139
CJSON_PUBLIC(void) cJSON_free(void *object)
3140
{
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.80
Tested by
no test coverage detected