Searched refs:remalloc (Results 1 – 2 of 2) sorted by relevance
27 #define remalloc(p,n) ((p) == NULL ? malloc_osi(n) : realloc_osi((p), (n))) macro29 #define remalloc(p,n) realloc_osi((p), (n)) macro98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL in aresize()
5982 the further advantage that enablePseudoEncoding can remalloc() or