Searched refs:xQueueSizeInBytes (Results 1 – 1 of 1) sorted by relevance
507 size_t xQueueSizeInBytes; in xQueueGenericCreate() local521 xQueueSizeInBytes = ( size_t ) ( ( size_t ) uxQueueLength * ( size_t ) uxItemSize ); in xQueueGenericCreate()526 pxNewQueue = ( Queue_t * ) pvPortMalloc( sizeof( Queue_t ) + xQueueSizeInBytes ); in xQueueGenericCreate()