Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_gc_info_t Struct Reference

#include <gc.h>

Public Attributes

size_t total
 
size_t used
 
size_t free
 
size_t max_free
 
size_t num_1block
 
size_t num_2block
 
size_t max_block
 

Detailed Description

Definition at line 53 of file gc.h.

Member Data Documentation

◆ free

size_t _gc_info_t::free

Definition at line 56 of file gc.h.

◆ max_block

size_t _gc_info_t::max_block

Definition at line 60 of file gc.h.

◆ max_free

size_t _gc_info_t::max_free

Definition at line 57 of file gc.h.

◆ num_1block

size_t _gc_info_t::num_1block

Definition at line 58 of file gc.h.

◆ num_2block

size_t _gc_info_t::num_2block

Definition at line 59 of file gc.h.

◆ total

size_t _gc_info_t::total

Definition at line 54 of file gc.h.

◆ used

size_t _gc_info_t::used

Definition at line 55 of file gc.h.


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