Searched refs:xQueueSizeInBytes (Results 1 – 1 of 1) sorted by relevance
482 size_t xQueueSizeInBytes; in xQueueGenericCreate() local494 …xQueueSizeInBytes = ( size_t ) ( uxQueueLength * uxItemSize ); /*lint !e961 MISRA exception as the… in xQueueGenericCreate()505 …pxNewQueue = ( Queue_t * ) pvPortMalloc( sizeof( Queue_t ) + xQueueSizeInBytes ); /*lint !e9087 !e… in xQueueGenericCreate()