MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / internal_realloc

Function internal_realloc

libapp2sys/src/main/cpp/cjson/cJSON.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 free(pointer);
137}
138static void * CJSON_CDECL internal_realloc(void *pointer, size_t size)
139{
140 return realloc(pointer, size);
141}
142#else
143#define internal_malloc malloc
144#define internal_free free

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected