Searched defs:safe_realloc (Results 1 – 4 of 4) sorted by relevance
65 safe_realloc(void *p, size_t n, char *f, int l) in safe_realloc() function
36 #define safe_realloc(p,n) ((p)?(realloc(p,n)):(malloc(n))) macro
335 safe_realloc(void *p, size_t sz) in safe_realloc() function
397 safe_realloc(void *ptr, size_t sz) in safe_realloc() function