Version 6.3
Copyright © 2005 - 2012 Lowell D. Thomas
APG
  … ABNF Parser Generator
All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
APG_MEM_STATS Struct Reference

generated by the Memory component, available to the user for display of memory statistics More...

#include <Apg.h>

Data Fields

apg_uint uiAllocations
 
apg_uint uiReAllocations
 
apg_uint uiFrees
 
apg_uint uiCells
 
apg_uint uiMaxCells
 
apg_uint uiHeapBytes
 
apg_uint uiMaxHeapBytes
 

Detailed Description

generated by the Memory component, available to the user for display of memory statistics

For generated by the Memory component. Available to the user for display of memory statistics.

See also
uiMemStats()

Definition at line 360 of file Apg.h.

Field Documentation

◆ uiAllocations

apg_uint APG_MEM_STATS::uiAllocations

the number of memory allocations

Definition at line 361 of file Apg.h.

◆ uiCells

apg_uint APG_MEM_STATS::uiCells

the current number of memory cells (allocations)

Definition at line 364 of file Apg.h.

◆ uiFrees

apg_uint APG_MEM_STATS::uiFrees

the number of memory allocations freed

Definition at line 363 of file Apg.h.

◆ uiHeapBytes

apg_uint APG_MEM_STATS::uiHeapBytes

the current number of heap bytes allocated

Definition at line 366 of file Apg.h.

◆ uiMaxCells

apg_uint APG_MEM_STATS::uiMaxCells

the maximum number of memory cells allocated

Definition at line 365 of file Apg.h.

◆ uiMaxHeapBytes

apg_uint APG_MEM_STATS::uiMaxHeapBytes

the maximum number of heap bytes allocated

Definition at line 367 of file Apg.h.

◆ uiReAllocations

apg_uint APG_MEM_STATS::uiReAllocations

the number of re-allocations

Definition at line 362 of file Apg.h.


The documentation for this struct was generated from the following file:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/licenses.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.