Searched defs:internal_realloc (Results 1 – 3 of 3) sorted by relevance
173 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function180 #define internal_realloc realloc macro
3885 internal_realloc(mstate m, void *oldmem, size_t bytes) in internal_realloc() function
3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function