Home
last modified time | relevance | path

Searched refs:pucAlignedHeap (Results 1 – 13 of 13) sorted by relevance

/Kernel-v11.1.0/portable/MemMang/
Dheap_1.c74 static uint8_t * pucAlignedHeap = NULL; in pvPortMalloc() local
96 if( pucAlignedHeap == NULL ) in pvPortMalloc()
99pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in pvPortMalloc()
109 pvReturn = pucAlignedHeap + xNextFreeByte; in pvPortMalloc()
Dheap_2.c368 uint8_t * pucAlignedHeap; in prvHeapInit() local
371pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit()
375 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
384 pxFirstFreeBlock = ( BlockLink_t * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/ARMv8M/secure/heap/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c147 uint8_t * pucAlignedHeap; in prvHeapInit() local
161 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
165 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
170 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
179 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()