Home
last modified time | relevance | path

Searched refs:internal_realloc (Results 1 – 1 of 1) sorted by relevance

/third_party/cJSON/
DcJSON.c173 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function
180 #define internal_realloc realloc macro
186 static internal_hooks global_hooks = { internal_malloc, internal_free, internal_realloc };