hp2FEM  0.1
Public Attributes
gk_mcore_t Struct Reference

#include <gk_struct.h>

Collaboration diagram for gk_mcore_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

size_t coresize
size_t corecpos
void * core
size_t nmops
size_t cmop
gk_mop_tmops
size_t num_callocs
size_t num_hallocs
size_t size_callocs
size_t size_hallocs
size_t cur_callocs
size_t cur_hallocs
size_t max_callocs
size_t max_hallocs

Detailed Description

The following structure stores information used by Metis


Member Data Documentation

Index of the first free location in maops

Pointer to the core itself

Index of the first free location in core

The amount of core memory that has been allocated

The current # of bytes in core mallocs

The current # of bytes in heap mallocs

The maximum # of bytes in core mallocs at any given time

The maximum # of bytes in heap mallocs at any given time

The array recording the maop_t operations

The number of maop_t entries that have been allocated

The number of core mallocs

The number of heap mallocs

The total # of bytes in core mallocs

The total # of bytes in heap mallocs


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines