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 ) ) ) macro88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ];90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ];149 size_t xTotalHeapSize = secureconfigTOTAL_HEAP_SIZE; in prvHeapInit()