Searched refs:sizeKB (Results 1 – 1 of 1) sorted by relevance
114 static int openLogFile(const char* pathname, size_t sizeKB) { in openLogFile() argument123 fallocate(fd, FALLOC_FL_KEEP_SIZE, 0, (sizeKB << 10)); in openLogFile()