Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netis/cloud-probe
/ cJSON_malloc
Function
cJSON_malloc
cpworker/src/cJSON/cJSON.c: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
4
cJSONUtils_strdup
Function · 0.85
cJSONUtils_FindPointerFromObjectTo
Function · 0.85
compose_patch
Function · 0.85
create_patches
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected