Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c129 static void * _malloc( size_t nBytes ) in _malloc() argument
131 return pvPortMalloc( nBytes ); in _malloc()
139 size_t nBytes = nElems * elemSize; in _calloc() local
141 void * ptr = pvPortMalloc( nBytes ); in _calloc()
145 memset( ptr, 0, nBytes ); in _calloc()