| /Kernel-v11.0.1/portable/MemMang/ |
| D | heap_1.c | 74 static uint8_t * pucAlignedHeap = NULL; in pvPortMalloc() local 96 if( pucAlignedHeap == NULL ) in pvPortMalloc() 99 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in pvPortMalloc() 109 pvReturn = pucAlignedHeap + xNextFreeByte; in pvPortMalloc()
|
| D | heap_2.c | 366 uint8_t * pucAlignedHeap; in prvHeapInit() local 369 …pucAlignedHeap = ( uint8_t * ) ( ( ( portPOINTER_SIZE_TYPE ) & ucHeap[ portBYTE_ALIGNMENT - 1 ] ) … in prvHeapInit() 373 xStart.pxNextFreeBlock = ( void * ) pucAlignedHeap; in prvHeapInit() 382 pxFirstFreeBlock = ( BlockLink_t * ) pucAlignedHeap; in prvHeapInit()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/GCC/ARM_CM85/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/IAR/ARM_CM55/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/IAR/ARM_CM85/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/IAR/ARM_CM33/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/IAR/ARM_CM35P/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/IAR/ARM_CM23/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/ARMv8M/secure/heap/ |
| D | secure_heap.c | 147 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.0.1/portable/GCC/ARM_CM33/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/GCC/ARM_CM35P/secure/ |
| D | secure_heap.c | 147 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.0.1/portable/GCC/ARM_CM23/secure/ |
| D | secure_heap.c | 147 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()
|