Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c78 void *txfr_malloc(size_t len) in txfr_malloc() function
243 return txfr_malloc(xWantedSize); in pvPortMalloc()
421 p_stack = txfr_malloc((size_t)stack_depth_bytes); in xTaskCreate()
426 p_task = txfr_malloc(sizeof(txfr_task_t)); in xTaskCreate()
1090 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateCounting()
1164 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateMutex()
1215 p_sem = txfr_malloc(sizeof(txfr_sem_t)); in xSemaphoreCreateRecursiveMutex()
1539 p_queue = txfr_malloc(sizeof(txfr_queue_t)); in xQueueCreate()
1546 p_mem = txfr_malloc(mem_size); in xQueueCreate()
2066 p_event = txfr_malloc(sizeof(txfr_event_t)); in xEventGroupCreate()
[all …]