Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDportable.h148 …size_t xSizeOfSmallestFreeBlockInBytes; /* The minimum size, in bytes, of all the free blocks with… member
/Kernel-v10.6.2/portable/MemMang/
HDheap_4.c543 pxHeapStats->xSizeOfSmallestFreeBlockInBytes = xMinSize; in vPortGetHeapStats()
HDheap_5.c600 pxHeapStats->xSizeOfSmallestFreeBlockInBytes = xMinSize; in vPortGetHeapStats()