/Kernel-v10.6.2/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 | 342 uint8_t * pucAlignedHeap; in prvHeapInit() local 345 …pucAlignedHeap = ( 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()
|
D | heap_4.c | 400 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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/ |
D | secure_heap.c | 139 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()
|