Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dportable.h152 …size_t xSizeOfSmallestFreeBlockInBytes; /* The minimum size, in bytes, of all the free blocks with… member
/Kernel-v11.1.0/portable/MemMang/
Dheap_4.c598 pxHeapStats->xSizeOfSmallestFreeBlockInBytes = xMinSize; in vPortGetHeapStats()
Dheap_5.c697 pxHeapStats->xSizeOfSmallestFreeBlockInBytes = xMinSize; in vPortGetHeapStats()