Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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_4.c93 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()
Dheap_2.c91 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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/
Dsecure_heap.c88 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()