Searched refs:configTOTAL_HEAP_SIZE (Results 1 – 3 of 3) sorted by relevance
46 #define configTOTAL_HEAP_SIZE (1024u * 128u) macro
66 #ifdef configTOTAL_HEAP_SIZE67 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()
50 | configTOTAL_HEAP_SIZE | - | Amount of internal memory allocated to the adaptation layer when crea…126 …configTOTAL_HEAP_SIZE` definition located in `FreeRTOSConfig.h` configuration file. An area of mem…