Numworks Epsilon  1.4.1
Graphing Calculator Operating System
_mp_state_mem_t Struct Reference

#include <mpstate.h>

Public Attributes

bytegc_alloc_table_start
 
size_t gc_alloc_table_byte_len
 
bytegc_pool_start
 
bytegc_pool_end
 
int gc_stack_overflow
 
size_t gc_stack [MICROPY_ALLOC_GC_STACK_SIZE]
 
size_tgc_sp
 
uint16_t gc_lock_depth
 
uint16_t gc_auto_collect_enabled
 
size_t gc_last_free_atb_index
 

Detailed Description

Definition at line 64 of file mpstate.h.

Member Data Documentation

◆ gc_alloc_table_byte_len

size_t _mp_state_mem_t::gc_alloc_table_byte_len

Definition at line 72 of file mpstate.h.

◆ gc_alloc_table_start

byte* _mp_state_mem_t::gc_alloc_table_start

Definition at line 71 of file mpstate.h.

◆ gc_auto_collect_enabled

uint16_t _mp_state_mem_t::gc_auto_collect_enabled

Definition at line 87 of file mpstate.h.

◆ gc_last_free_atb_index

size_t _mp_state_mem_t::gc_last_free_atb_index

Definition at line 94 of file mpstate.h.

◆ gc_lock_depth

uint16_t _mp_state_mem_t::gc_lock_depth

Definition at line 82 of file mpstate.h.

◆ gc_pool_end

byte* _mp_state_mem_t::gc_pool_end

Definition at line 77 of file mpstate.h.

◆ gc_pool_start

byte* _mp_state_mem_t::gc_pool_start

Definition at line 76 of file mpstate.h.

◆ gc_sp

size_t* _mp_state_mem_t::gc_sp

Definition at line 81 of file mpstate.h.

◆ gc_stack

size_t _mp_state_mem_t::gc_stack[MICROPY_ALLOC_GC_STACK_SIZE]

Definition at line 80 of file mpstate.h.

◆ gc_stack_overflow

int _mp_state_mem_t::gc_stack_overflow

Definition at line 79 of file mpstate.h.


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