MCPcopy Create free account
hub / github.com/SVF-tools/SVF / cJSON_malloc

Function cJSON_malloc

svf/lib/Util/cJSON.cpp:3134–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132}
3133
3134CJSON_PUBLIC(void *) cJSON_malloc(size_t size)
3135{
3136 return global_hooks.allocate(size);
3137}
3138
3139CJSON_PUBLIC(void) cJSON_free(void *object)
3140{

Callers

nothing calls this directly

Calls 1

allocateMethod · 0.80

Tested by

no test coverage detected