Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MemMang/
Dheap_5.c134 configASSERT( ( pucHeapHighAddress != NULL ) && \
137 ( ( uint8_t * ) ( pxBlock ) < pucHeapHighAddress ) )
201 PRIVILEGED_DATA static uint8_t * pucHeapHighAddress = NULL; variable
632 if( ( pucHeapHighAddress == NULL ) || in vPortDefineHeapRegions()
633 …_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlockSize ) > pucHeapHighAddress ) ) in vPortDefineHeapRegions()
635pucHeapHighAddress = ( ( uint8_t * ) pxFirstFreeBlockInRegion ) + pxFirstFreeBlockInRegion->xBlock… in vPortDefineHeapRegions()
726 pucHeapHighAddress = NULL; in vPortHeapResetState()