Searched refs:configTOTAL_HEAP_SIZE (Results 1 – 7 of 7) sorted by relevance
54 #define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT )61 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];63 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
60 #define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT )91 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];93 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
93 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];95 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];136 ( ( uint8_t * ) ( pxBlock ) <= &( ucHeap[ configTOTAL_HEAP_SIZE - 1 ] ) ) )448 size_t xTotalHeapSize = configTOTAL_HEAP_SIZE; in prvHeapInit()
45 static _heep_t _heep[ROUNDUP(configTOTAL_HEAP_SIZE)/sizeof(_heep_t)];46 #define _heep_size ROUNDUP(configTOTAL_HEAP_SIZE)
75 #define configTOTAL_HEAP_SIZE 4096U macro
283 #define configTOTAL_HEAP_SIZE 4096 macro