Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h310 #ifndef pvPortMallocLarge
311 #define pvPortMallocLarge( x ) pvPortMalloc( x ) macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c425 …xTCPSegments = ( ( TCPSegment_t * ) pvPortMallocLarge( ( size_t ) ipconfigTCP_WIN_SEG_COUNT * size… in prvCreateSectors()
DFreeRTOS_Sockets.c4238 pxBuffer = ( ( StreamBuffer_t * ) pvPortMallocLarge( uxSize ) ); in prvTCPCreateStream()