Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dportable.h147 …size_t xSizeOfLargestFreeBlockInBytes; /* The maximum size, in bytes, of all the free blocks with… member
/Kernel-v10.6.2/portable/MemMang/
Dheap_4.c542 pxHeapStats->xSizeOfLargestFreeBlockInBytes = xMaxSize; in vPortGetHeapStats()
Dheap_5.c599 pxHeapStats->xSizeOfLargestFreeBlockInBytes = xMaxSize; in vPortGetHeapStats()