Home
last modified time | relevance | path

Searched refs:ucHeap (Results 1 – 14 of 14) sorted by relevance

/Kernel-v10.6.2/portable/MemMang/
Dheap_1.c61 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()
Dheap_2.c91 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()
Dheap_4.c90 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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/
Dsecure_heap.c72 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()