Searched refs:nBytes (Results 1 – 1 of 1) sorted by relevance
129 static void * _malloc( size_t nBytes ) in _malloc() argument131 return pvPortMalloc( nBytes ); in _malloc()139 size_t nBytes = nElems * elemSize; in _calloc() local141 void * ptr = pvPortMalloc( nBytes ); in _calloc()145 memset( ptr, 0, nBytes ); in _calloc()