Searched refs:xQueueSizeInBytes (Results 1 – 1 of 1) sorted by relevance
507 size_t xQueueSizeInBytes; in xQueueGenericCreate() local524 xQueueSizeInBytes = ( size_t ) ( ( size_t ) uxQueueLength * ( size_t ) uxItemSize ); in xQueueGenericCreate()529 pxNewQueue = ( Queue_t * ) pvPortMalloc( sizeof( Queue_t ) + xQueueSizeInBytes ); in xQueueGenericCreate()
Completed in 9 milliseconds