generated by the Memory component, available to the user for display of memory statistics
More...
#include <Apg.h>
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.
◆ uiAllocations
the number of memory allocations
Definition at line 361 of file Apg.h.
◆ uiCells
the current number of memory cells (allocations)
Definition at line 364 of file Apg.h.
◆ uiFrees
the number of memory allocations freed
Definition at line 363 of file Apg.h.
◆ uiHeapBytes
the current number of heap bytes allocated
Definition at line 366 of file Apg.h.
◆ uiMaxCells
the maximum number of memory cells allocated
Definition at line 365 of file Apg.h.
◆ uiMaxHeapBytes
the maximum number of heap bytes allocated
Definition at line 367 of file Apg.h.
◆ 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.