Searched refs:LIST_SIZE_INCREASE (Results 1 – 1 of 1) sorted by relevance
121 #define LIST_SIZE_INCREASE (8*1024) macro431 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()485 ptrdiff_t newListSize = (*bufEnd - *bufStart) + LIST_SIZE_INCREASE; in UTIL_prepareFileList()530 char* buf = (char*)malloc(LIST_SIZE_INCREASE); in UTIL_createFileList()531 char* bufend = buf + LIST_SIZE_INCREASE; in UTIL_createFileList()540 ptrdiff_t newListSize = (bufend - buf) + LIST_SIZE_INCREASE; in UTIL_createFileList()