Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c251 void * mlc = malloc( ipconfigTCP_WIN_SEG_COUNT * sizeof( xTCPSegments[ 0 ] ) ); in test_vTCPWindowCreate_success() local
255 pvPortMalloc_ExpectAnyArgsAndReturn( mlc ); in test_vTCPWindowCreate_success()
276 free( mlc ); in test_vTCPWindowCreate_success()