Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dportable.h151 …size_t xSizeOfLargestFreeBlockInBytes; /* The maximum size, in bytes, of all the free blocks with… member
/Kernel-v11.1.0/portable/MemMang/
Dheap_4.c597 pxHeapStats->xSizeOfLargestFreeBlockInBytes = xMaxSize; in vPortGetHeapStats()
Dheap_5.c696 pxHeapStats->xSizeOfLargestFreeBlockInBytes = xMaxSize; in vPortGetHeapStats()