Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Socket/lTCPAddRxdata/
DTCPAddRxdata_harness.c32 void * pvPortMallocLarge( size_t xWantedSize ) in pvPortMallocLarge() function
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOSIPConfigDefaults.h359 #ifndef pvPortMallocLarge
360 #define pvPortMallocLarge( x ) pvPortMalloc( x ) macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c429 …xTCPSegments = ( ( TCPSegment_t * ) pvPortMallocLarge( ( size_t ) ipconfigTCP_WIN_SEG_COUNT * size… in prvCreateSectors()
DFreeRTOS_Sockets.c5048 pxBuffer = ( ( StreamBuffer_t * ) pvPortMallocLarge( uxSize ) ); in prvTCPCreateStream()