Searched refs:INLINE_VECS (Results 1 – 1 of 1) sorted by relevance
456 const size_t INLINE_VECS = 64; in showLog() local458 struct iovec stackVec[INLINE_VECS]; in showLog()465 if (numVecs > INLINE_VECS) { in showLog()469 numVecs = INLINE_VECS; in showLog()