Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c65 static TX_BYTE_POOL txfr_heap; variable
81 ret = tx_byte_allocate(&txfr_heap, &p, len, 0u); in txfr_malloc()
194 … ret = tx_byte_pool_create(&txfr_heap, "txfr_byte_pool", txfr_heap_mem, configTOTAL_HEAP_SIZE); in tx_freertos_init()