|
FireSync API
|
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. | |