Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ cJSON_malloc
Function
cJSON_malloc
contrib/cJSON/cJSON.cpp:2975–2978 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2973
}
2974
2975
CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
2976
{
2977
return global_hooks.allocate(size);
2978
}
2979
2980
CJSON_PUBLIC(void) cJSON_free(void *object)
2981
{
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.45
Tested by
no test coverage detected