Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_eth.c141 static void * _malloc( size_t nBytes ) in _malloc() argument
143 return pvPortMalloc( nBytes ); in _malloc()
151 size_t nBytes = nElems * elemSize; in _calloc() local
153 void * ptr = pvPortMalloc( nBytes ); in _calloc()
157 memset( ptr, 0, nBytes ); in _calloc()