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