Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MemMang/
Dheap_1.c54 #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 ];
Dheap_2.c60 #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 ];
Dheap_4.c93 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()
/Kernel-v11.1.0/portable/Softune/MB96340/
D__STD_LIB_sbrk.c45 static _heep_t _heep[ROUNDUP(configTOTAL_HEAP_SIZE)/sizeof(_heep_t)];
46 #define _heep_size ROUNDUP(configTOTAL_HEAP_SIZE)
/Kernel-v11.1.0/portable/Softune/MB91460/
D__STD_LIB_sbrk.c45 static _heep_t _heep[ROUNDUP(configTOTAL_HEAP_SIZE)/sizeof(_heep_t)];
46 #define _heep_size ROUNDUP(configTOTAL_HEAP_SIZE)
/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h75 #define configTOTAL_HEAP_SIZE 4096U macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h283 #define configTOTAL_HEAP_SIZE 4096 macro