FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kHeapAllocStats Struct Reference

Description

Structure for statistics calculated by kHeapAlloc_Stats()-function.

Public Attributes

kSize allocatedBlocksCount
 Number of memory blocks allocated.
 
kSize allocatedBytesCount
 Number of bytes in all allocated memory blocks.
 
kSize freeBlocksCount
 Number of free blocks available for allocations.
 
kSize freeBytesCount
 Number of bytes in all free blocks.
 
kSize maxFreeBlockSize
 The largest free block available for allocation.
 
kSize memoryRegionsCount
 Number of memory regions added.
 

The documentation for this struct was generated from the following file: