Searched refs:internal_realloc (Results 1 – 2 of 2) sorted by relevance
180 static void * CJSON_CDECL internal_realloc(void *pointer, size_t size) in internal_realloc() function187 #define internal_realloc realloc macro193 static internal_hooks global_hooks = { internal_malloc, internal_free, internal_realloc };
3839 static void* internal_realloc(mstate m, void* oldmem, size_t bytes) { in internal_realloc() function4394 return internal_realloc(m, oldmem, bytes); in dlrealloc()4798 return internal_realloc(ms, oldmem, bytes); in mspace_realloc()