Searched defs:internal_realloc (Results 1 – 4 of 4) sorted by relevance
173 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function180 #define internal_realloc realloc macro
921 void *internal_realloc(void *p, size_t n) in internal_realloc() function
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