Searched refs:xWantedSize (Results 1 – 2 of 2) sorted by relevance
279 void *pvPortMalloc(size_t xWantedSize);
238 void *pvPortMalloc(size_t xWantedSize) in pvPortMalloc() argument240 return txfr_malloc(xWantedSize); in pvPortMalloc()