MCPcopy 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
2975CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
2976{
2977 return global_hooks.allocate(size);
2978}
2979
2980CJSON_PUBLIC(void) cJSON_free(void *object)
2981{

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected