hp2FEM
0.1
|
#include <gk_struct.h>
Public Attributes | |
size_t | coresize |
size_t | corecpos |
void * | core |
size_t | nmops |
size_t | cmop |
gk_mop_t * | mops |
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 |
The following structure stores information used by Metis
size_t gk_mcore_t::cmop |
Index of the first free location in maops
void* gk_mcore_t::core |
Pointer to the core itself
size_t gk_mcore_t::corecpos |
Index of the first free location in core
size_t gk_mcore_t::coresize |
The amount of core memory that has been allocated
size_t gk_mcore_t::cur_callocs |
The current # of bytes in core mallocs
size_t gk_mcore_t::cur_hallocs |
The current # of bytes in heap mallocs
size_t gk_mcore_t::max_callocs |
The maximum # of bytes in core mallocs at any given time
size_t gk_mcore_t::max_hallocs |
The maximum # of bytes in heap mallocs at any given time
The array recording the maop_t operations
size_t gk_mcore_t::nmops |
The number of maop_t entries that have been allocated
size_t gk_mcore_t::num_callocs |
The number of core mallocs
size_t gk_mcore_t::num_hallocs |
The number of heap mallocs
size_t gk_mcore_t::size_callocs |
The total # of bytes in core mallocs
size_t gk_mcore_t::size_hallocs |
The total # of bytes in heap mallocs