Home
last modified time | relevance | path

Searched defs: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()
151 size_t nBytes = nElems * elemSize; in _calloc() local