Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dqueue.c507 size_t xQueueSizeInBytes; in xQueueGenericCreate() local
521 xQueueSizeInBytes = ( size_t ) ( ( size_t ) uxQueueLength * ( size_t ) uxItemSize ); in xQueueGenericCreate()
526 pxNewQueue = ( Queue_t * ) pvPortMalloc( sizeof( Queue_t ) + xQueueSizeInBytes ); in xQueueGenericCreate()