Searched refs:pucHeapLowAddress (Results 1 – 1 of 1) sorted by relevance
135 ( pucHeapLowAddress != NULL ) && \136 ( ( uint8_t * ) ( pxBlock ) >= pucHeapLowAddress ) && \202 PRIVILEGED_DATA static uint8_t * pucHeapLowAddress = NULL; variable593 if( ( pucHeapLowAddress == NULL ) || in vPortDefineHeapRegions()594 ( ( uint8_t * ) xAlignedHeap < pucHeapLowAddress ) ) in vPortDefineHeapRegions()596 pucHeapLowAddress = ( uint8_t * ) xAlignedHeap; in vPortDefineHeapRegions()727 pucHeapLowAddress = NULL; in vPortHeapResetState()