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

Class internal_hooks

cJSON.c:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156typedef struct internal_hooks
157{
158 void *(CJSON_CDECL *allocate)(size_t size);
159 void (CJSON_CDECL *deallocate)(void *pointer);
160 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size);
161} internal_hooks;
162
163#if defined(_MSC_VER)
164/* work around MSVC error C2322: '...' address of dllimport '...' is not static */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected