/Kernel-v11.1.0/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_4.c | 93 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 95 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; variable 135 configASSERT( ( ( uint8_t * ) ( pxBlock ) >= &( ucHeap[ 0 ] ) ) && \ 136 ( ( uint8_t * ) ( pxBlock ) <= &( ucHeap[ configTOTAL_HEAP_SIZE - 1 ] ) ) ) 451 uxStartAddress = ( portPOINTER_SIZE_TYPE ) ucHeap; in prvHeapInit() 457 xTotalHeapSize -= ( size_t ) ( uxStartAddress - ( portPOINTER_SIZE_TYPE ) ucHeap ); in prvHeapInit()
|
D | heap_2.c | 91 extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; 93 PRIVILEGED_DATA static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ]; variable 371 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/ |
D | secure_heap.c | 88 extern uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; 90 static uint8_t ucHeap[ secureconfigTOTAL_HEAP_SIZE ]; variable 152 uxAddress = ( size_t ) ucHeap; in prvHeapInit() 158 xTotalHeapSize -= uxAddress - ( size_t ) ucHeap; in prvHeapInit()
|