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

Function internal_realloc

cJSON.c:173–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected