Searched refs:maxSize (Results 1 – 7 of 7) sorted by relevance
265 size_t maxSize, in Impl() argument277 mMaxFastSize(maxSize), in Impl()382 size_t maxSize, in Pool() argument385 maxSize, in Pool()
40 size_t maxSize = 4096,
18 uint32_t maxSize; member
32 uint32_t maxSize; member
213 size_t maxSize = sizeof(buffer->buffer); in platLogPutcharF() local216 if (!mLateBoot && mEarlyLogBufferOffset >= EARLY_LOG_BUF_SIZE && buffer->length < maxSize) in platLogPutcharF()217 maxSize = buffer->length; in platLogPutcharF()219 if (buffer->length < maxSize) { in platLogPutcharF()224 buffer->buffer[maxSize - 1] = '\n'; in platLogPutcharF()