Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/config_template/
DFreeRTOSConfig.h46 #define configTOTAL_HEAP_SIZE (1024u * 128u) macro
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c66 #ifdef configTOTAL_HEAP_SIZE
67 static uint8_t txfr_heap_mem[configTOTAL_HEAP_SIZE];
195 #ifdef configTOTAL_HEAP_SIZE in tx_freertos_init()
196 if(configTOTAL_HEAP_SIZE > 0u) { in tx_freertos_init()
197 … ret = tx_byte_pool_create(&txfr_heap, "txfr_byte_pool", txfr_heap_mem, configTOTAL_HEAP_SIZE); in tx_freertos_init()
Dreadme.md50 | configTOTAL_HEAP_SIZE | - | Amount of internal memory allocated to the adaptation layer when crea…
126configTOTAL_HEAP_SIZE` definition located in `FreeRTOSConfig.h` configuration file. An area of mem…