Searched refs:pxFirstFreeBlockInRegion (Results 1 – 1 of 1) sorted by relevance
536 BlockLink_t * pxFirstFreeBlockInRegion = NULL; in vPortDefineHeapRegions() local617 pxFirstFreeBlockInRegion = ( BlockLink_t * ) xAlignedHeap; in vPortDefineHeapRegions()618 …pxFirstFreeBlockInRegion->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()