Searched refs:mg_realloc (Results 1 – 1 of 1) sorted by relevance
/civetweb-2.7.6/src/ |
D | civetweb.c | 1498 #define mg_realloc(a, b) mg_realloc_ex(a, b, NULL, __FILE__, __LINE__) macro 1520 mg_realloc(void *a, size_t b) in mg_realloc() function 1533 #define mg_realloc_ctx(a, b, c) mg_realloc(a, b) 9367 void *new_ptr = mg_realloc(ptr, size);
|