MCPcopy Create free account
hub / github.com/antirez/botlib / cJSON_malloc

Function cJSON_malloc

cJSON.c:3102–3105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3100}
3101
3102CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3103{
3104 return global_hooks.allocate(size);
3105}
3106
3107CJSON_PUBLIC(void) cJSON_free(void *object)
3108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected