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

Function CJSON_CDECL internal_realloc

svf/lib/Util/cJSON.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 free(pointer);
173}
174static void * CJSON_CDECL internal_realloc(void *pointer, size_t size)
175{
176 return realloc(pointer, size);
177}
178#else
179#define internal_malloc malloc
180#define internal_free free

Callers

nothing calls this directly

Calls 1

reallocFunction · 0.85

Tested by

no test coverage detected