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