/Kernel-v10.6.2/portable/MemMang/ |
D | heap_1.c | 61 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 63 static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; variable 99 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in pvPortMalloc()
|
D | heap_2.c | 91 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 93 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; variable 345 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit()
|
D | heap_4.c | 90 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 92 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; variable 405 uxAddress = ( portPOINTER_SIZE_TYPE ) ucHeap; in prvHeapInit() 411 xTotalHeapSize -= ( size_t ) ( uxAddress - ( portPOINTER_SIZE_TYPE ) ucHeap ); in prvHeapInit()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/ |
D | secure_heap.c | 72 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 74 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 144 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 150 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|