Searched refs:pucHeapHighAddress (Results 1 – 1 of 1) sorted by relevance
134 configASSERT( ( pucHeapHighAddress != NULL ) && \137 ( ( uint8_t * ) ( pxBlock ) < pucHeapHighAddress ) )201 PRIVILEGED_DATA static uint8_t * pucHeapHighAddress = NULL; variable632 if( ( pucHeapHighAddress == NULL ) || in vPortDefineHeapRegions()633 …_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlockSize ) > pucHeapHighAddress ) ) in vPortDefineHeapRegions()635 …pucHeapHighAddress = ( ( uint8_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlock… in vPortDefineHeapRegions()726 pucHeapHighAddress = NULL; in vPortHeapResetState()