Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MemMang/
Dheap_5.c536 BlockLink_t * pxFirstFreeBlockInRegion = NULL; in vPortDefineHeapRegions() local
617 pxFirstFreeBlockInRegion = ( BlockLink_t * ) xAlignedHeap; in vPortDefineHeapRegions()
618pxFirstFreeBlockInRegion->xBlockSize = ( size_t ) ( xAddress - ( portPOINTER_SIZE_TYPE ) pxFirstFr… in vPortDefineHeapRegions()
619 pxFirstFreeBlockInRegion->pxNextFreeBlock = heapPROTECT_BLOCK_POINTER( pxEnd ); in vPortDefineHeapRegions()
625 … pxPreviousFreeBlock->pxNextFreeBlock = heapPROTECT_BLOCK_POINTER( pxFirstFreeBlockInRegion ); in vPortDefineHeapRegions()
628 xTotalHeapSize += pxFirstFreeBlockInRegion->xBlockSize; in vPortDefineHeapRegions()
633 …( ( ( ( uint8_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlockSize ) > pucHeapH… in vPortDefineHeapRegions()
635 …pucHeapHighAddress = ( ( uint8_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlock… in vPortDefineHeapRegions()