Searched refs:numVecs (Results 1 - 1 of 1) sorted by relevance

/system/core/liblog/
H A Dfake_log_device.c450 size_t numVecs; local
455 numVecs = numLines*3; // 3 iovecs per line.
456 if (numVecs > INLINE_VECS) {
457 vec = (struct iovec*)malloc(sizeof(struct iovec)*numVecs);
460 numVecs = 3;

Completed in 104 milliseconds