Searched refs:pxFirstFreeBlockInRegion (Results 1 – 1 of 1) sorted by relevance
465 BlockLink_t * pxFirstFreeBlockInRegion = NULL; in vPortDefineHeapRegions() local530 pxFirstFreeBlockInRegion = ( BlockLink_t * ) xAlignedHeap; in vPortDefineHeapRegions()531 …pxFirstFreeBlockInRegion->xBlockSize = ( size_t ) ( xAddress - ( portPOINTER_SIZE_TYPE ) pxFirstFr… in vPortDefineHeapRegions()532 pxFirstFreeBlockInRegion->pxNextFreeBlock = pxEnd; in vPortDefineHeapRegions()538 pxPreviousFreeBlock->pxNextFreeBlock = pxFirstFreeBlockInRegion; in vPortDefineHeapRegions()541 xTotalHeapSize += pxFirstFreeBlockInRegion->xBlockSize; in vPortDefineHeapRegions()