Searched refs:MALLOC_SURPLUS (Results 1 – 1 of 1) sorted by relevance
40 #define MALLOC_SURPLUS MB_LEN_MAX /* Space for one multibyte character */ macro42 #define MALLOC_SURPLUS 0 macro233 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));245 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));543 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));553 (dstsize + MALLOC_SURPLUS) * sizeof(char));563 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));