Searched refs:nBytes (Results 1 – 1 of 1) sorted by relevance
141 static void * _malloc( size_t nBytes ) in _malloc() argument143 return pvPortMalloc( nBytes ); in _malloc()151 size_t nBytes = nElems * elemSize; in _calloc() local153 void * ptr = pvPortMalloc( nBytes ); in _calloc()157 memset( ptr, 0, nBytes ); in _calloc()