Public Attributes | List of all members
gk_mcore_t Struct Reference

#include <gk_struct.h>

Public Attributes

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

Detailed Description

The following structure stores information used by Metis

Definition at line 242 of file gk_struct.h.

Member Data Documentation

◆ cmop

size_t gk_mcore_t::cmop

Index of the first free location in maops

Definition at line 251 of file gk_struct.h.

◆ core

void* gk_mcore_t::core

Pointer to the core itself

Definition at line 246 of file gk_struct.h.

◆ corecpos

size_t gk_mcore_t::corecpos

Index of the first free location in core

Definition at line 245 of file gk_struct.h.

◆ coresize

size_t gk_mcore_t::coresize

The amount of core memory that has been allocated

Definition at line 244 of file gk_struct.h.

◆ cur_callocs

size_t gk_mcore_t::cur_callocs

The current # of bytes in core mallocs

Definition at line 259 of file gk_struct.h.

◆ cur_hallocs

size_t gk_mcore_t::cur_hallocs

The current # of bytes in heap mallocs

Definition at line 260 of file gk_struct.h.

◆ max_callocs

size_t gk_mcore_t::max_callocs

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

Definition at line 261 of file gk_struct.h.

◆ max_hallocs

size_t gk_mcore_t::max_hallocs

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

Definition at line 262 of file gk_struct.h.

◆ mops

gk_mop_t* gk_mcore_t::mops

The array recording the maop_t operations

Definition at line 252 of file gk_struct.h.

◆ nmops

size_t gk_mcore_t::nmops

The number of maop_t entries that have been allocated

Definition at line 250 of file gk_struct.h.

◆ num_callocs

size_t gk_mcore_t::num_callocs

The number of core mallocs

Definition at line 255 of file gk_struct.h.

◆ num_hallocs

size_t gk_mcore_t::num_hallocs

The number of heap mallocs

Definition at line 256 of file gk_struct.h.

◆ size_callocs

size_t gk_mcore_t::size_callocs

The total # of bytes in core mallocs

Definition at line 257 of file gk_struct.h.

◆ size_hallocs

size_t gk_mcore_t::size_hallocs

The total # of bytes in heap mallocs

Definition at line 258 of file gk_struct.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:41:02