MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / cJSON_malloc

Function cJSON_malloc

TheForceEngine/TFE_System/cJSON.c:3121–3124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3119}
3120
3121CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3122{
3123 return global_hooks.allocate(size);
3124}
3125
3126CJSON_PUBLIC(void) cJSON_free(void *object)
3127{

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.45

Tested by

no test coverage detected