Home
last modified time | relevance | path

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

/Kernel-v10.6.2/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.c342 uint8_t * pucAlignedHeap; in prvHeapInit() local
345pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit()
349 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
358 pxFirstFreeBlock = ( BlockLink_t * ) pucAlignedHeap; in prvHeapInit()
Dheap_4.c400 uint8_t * pucAlignedHeap; in prvHeapInit() local
414 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
418 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
423 uxAddress = ( portPOINTER_SIZE_TYPE ) ( pucAlignedHeap + xTotalHeapSize ); in prvHeapInit()
432 pxFirstFreeBlock = ( BlockLink_t * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
Dsecure_heap.c139 uint8_t * pucAlignedHeap; in prvHeapInit() local
153 pucAlignedHeap = ( uint8_t * ) uxAddress; in prvHeapInit()
157 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()
162 uxAddress = ( ( size_t ) pucAlignedHeap ) + xTotalHeapSize; in prvHeapInit()
171 pxFirstFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit()