Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ cJSON_malloc
Function
cJSON_malloc
libapp2sys/src/main/cpp/cjson/cJSON.c:2933–2936 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2931
}
2932
2933
CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
2934
{
2935
return global_hooks.allocate(size);
2936
}
2937
2938
CJSON_PUBLIC(void) cJSON_free(void *object)
2939
{
Callers
nothing calls this directly
Calls
1
allocate
Method · 0.80
Tested by
no test coverage detected