Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MemMang/
Dheap_2.c110 PRIVILEGED_DATA static BlockLink_t xStart, xEnd; variable
233 if( pxBlock != &xEnd ) in pvPortMalloc()
379 xEnd.xBlockSize = configADJUSTED_HEAP_SIZE; in prvHeapInit()
380 xEnd.pxNextFreeBlock = NULL; in prvHeapInit()
386 pxFirstFreeBlock->pxNextFreeBlock = &xEnd; in prvHeapInit()