Searched refs:numVecs (Results 1 – 1 of 1) sorted by relevance
463 size_t numVecs; in showLog() local468 numVecs = numLines * 3; // 3 iovecs per line. in showLog()469 if (numVecs > INLINE_VECS) { in showLog()470 vec = (struct iovec*)malloc(sizeof(struct iovec)*numVecs); in showLog()473 numVecs = INLINE_VECS; in showLog()474 numLines = numVecs / 3; in showLog()