Home
last modified time | relevance | path

Searched refs:xQueueSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/
Dqueue.c482 size_t xQueueSizeInBytes; in xQueueGenericCreate() local
494xQueueSizeInBytes = ( 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()