Home
last modified time | relevance | path

Searched refs:xWantedSize (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h278 void *pvPortMalloc(size_t xWantedSize);
Dtx_freertos.c241 void *pvPortMalloc(size_t xWantedSize) in pvPortMalloc() argument
243 return txfr_malloc(xWantedSize); in pvPortMalloc()