Searched refs:secureconfigTOTAL_HEAP_SIZE (Results 1 – 11 of 11) sorted by relevance
41 #ifndef secureconfigTOTAL_HEAP_SIZE42 #define secureconfigTOTAL_HEAP_SIZE ( ( ( size_t ) ( 10 * 1024 ) ) ) macro72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ];74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ];141 size_t xTotalHeapSize = secureconfigTOTAL_HEAP_SIZE; in prvHeapInit()