Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c75 void *txfr_malloc(size_t len) in txfr_malloc() function
240 return txfr_malloc(xWantedSize); in pvPortMalloc()
418 p_stack = txfr_malloc((size_t)stack_depth_bytes); in xTaskCreate()
423 p_task = txfr_malloc(sizeof(txfr_task_t)); in xTaskCreate()
1087 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateCounting()
1161 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateMutex()
1212 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateRecursiveMutex()
1529 p_queue = txfr_malloc(sizeof(txfr_queue_t)); in xQueueCreate()
1536 p_mem = txfr_malloc(mem_size); in xQueueCreate()
2056 p_event = txfr_malloc(sizeof(txfr_event_t)); in xEventGroupCreate()
[all …]