|
FireSync API
|
| kStatus kHeapAlloc_Stats | ( | kHeapAlloc | heapAlloc, |
| kHeapAllocStats * | stats | ||
| ) |
Reports used and free blocks from all added memory regions.
The function call has O(log n) time complexity, where n is number of free blocks.
| heapAlloc | kHeapAlloc object. |
| stats | Calculated statistics. |