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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.str.c43 #define MALLOC_SURPLUS MB_LEN_MAX /* Space for one multibyte character */ macro
45 #define MALLOC_SURPLUS 0
222 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));
234 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));
532 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));
542 (dstsize + MALLOC_SURPLUS) * sizeof(char));
552 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));

Completed in 43 milliseconds