Searched refs:X2REALLOC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h507 better to use X2REALLOC, although not strictly necessary. */
515 #define X2REALLOC(P, PN) (verify_expr (sizeof *(P) == 1), x2realloc (P, PN)) macro
H A Dsort.c1061 buf->buf = X2REALLOC (buf->buf, &buf->alloc);

Completed in 163 milliseconds