Searched refs:alignedConvSize (Results 1 – 1 of 1) sorted by relevance
916 size_t alignedConvSize = align(conversionBufferSize, alignment); in allocateBuffersOnPort() local917 if (def.nBufferCountActual > SIZE_MAX / (alignedSize + alignedConvSize)) { in allocateBuffersOnPort()