SU2
Public Attributes | List of all members
gk_mcore_t Struct Reference

#include <gk_struct.h>

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

§ cmop

size_t gk_mcore_t::cmop

Index of the first free location in maops

§ core

void* gk_mcore_t::core

Pointer to the core itself

§ corecpos

size_t gk_mcore_t::corecpos

Index of the first free location in core

§ coresize

size_t gk_mcore_t::coresize

The amount of core memory that has been allocated

§ cur_callocs

size_t gk_mcore_t::cur_callocs

The current # of bytes in core mallocs

§ cur_hallocs

size_t gk_mcore_t::cur_hallocs

The current # of bytes in heap mallocs

§ max_callocs

size_t gk_mcore_t::max_callocs

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

§ max_hallocs

size_t gk_mcore_t::max_hallocs

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

§ mops

gk_mop_t* gk_mcore_t::mops

The array recording the maop_t operations

§ nmops

size_t gk_mcore_t::nmops

The number of maop_t entries that have been allocated

§ num_callocs

size_t gk_mcore_t::num_callocs

The number of core mallocs

§ num_hallocs

size_t gk_mcore_t::num_hallocs

The number of heap mallocs

§ size_callocs

size_t gk_mcore_t::size_callocs

The total # of bytes in core mallocs

§ size_hallocs

size_t gk_mcore_t::size_hallocs

The total # of bytes in heap mallocs


The documentation for this struct was generated from the following file: