Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MemMang/
Dheap_5.c135 ( pucHeapLowAddress != NULL ) && \
136 ( ( uint8_t * ) ( pxBlock ) >= pucHeapLowAddress ) && \
202 PRIVILEGED_DATA static uint8_t * pucHeapLowAddress = NULL; variable
593 if( ( pucHeapLowAddress == NULL ) || in vPortDefineHeapRegions()
594 ( ( uint8_t * ) xAlignedHeap < pucHeapLowAddress ) ) in vPortDefineHeapRegions()
596 pucHeapLowAddress = ( uint8_t * ) xAlignedHeap; in vPortDefineHeapRegions()
727 pucHeapLowAddress = NULL; in vPortHeapResetState()