Searched refs:realloc_osi (Results 1 – 2 of 2) sorted by relevance
30 #define remalloc(p,n) ((p) == NULL ? malloc_osi(n) : realloc_osi((p), (n)))32 #define remalloc(p,n) realloc_osi((p), (n))
677 #define realloc_osi(p,sz) realloc((p), (sz)) macro