|
APG
… an ABNF Parser Generator
|
Available to the user for display of memory statistics. More...
#include <memory.h>
Data Fields | |
| aint | uiAllocations |
| aint | uiReAllocations |
| aint | uiFrees |
| aint | uiCells |
| aint | uiMaxCells |
| aint | uiHeapBytes |
| aint | uiMaxHeapBytes |
Available to the user for display of memory statistics.
Note that to generate and use the memory statistics the library must be compiled with the macro APG_MEM_STATS defined. e.g.
gcc -DAPG_MEM_STATS ...
| aint mem_stats::uiAllocations |
| aint mem_stats::uiCells |
| aint mem_stats::uiFrees |
| aint mem_stats::uiHeapBytes |
| aint mem_stats::uiMaxCells |
| aint mem_stats::uiMaxHeapBytes |
| aint mem_stats::uiReAllocations |
1.8.17