Searched refs:xWantedSize (Results 1 – 2 of 2) sorted by relevance
278 void *pvPortMalloc(size_t xWantedSize);
241 void *pvPortMalloc(size_t xWantedSize) in pvPortMalloc() argument243 return txfr_malloc(xWantedSize); in pvPortMalloc()