![]() |
Cyclone Scheme
0.28.0
|
#include <types.h>
Data Fields | |
| uintptr_t * | cached_heap_free_sizes |
| uintptr_t * | cached_heap_total_sizes |
| object | exception_handler_stack |
| unsigned char | gc_alloc_color |
| object * | gc_args |
| object | gc_cont |
| uint8_t | gc_done_tracing |
| short | gc_num_args |
| int | gc_status |
| unsigned char | gc_trace_color |
| unsigned char | globals_changed |
| gc_heap_root * | heap |
| int | heap_num_huge_allocations |
| jmp_buf * | jmp_start |
| int | last_read |
| int | last_write |
| pthread_mutex_t | lock |
| mark_buffer * | mark_buffer |
| int | mark_buffer_len |
| void ** | moveBuf |
| int | moveBufLen |
| int | mutation_buflen |
| int | mutation_count |
| void ** | mutations |
| int | num_minor_gcs |
| object | param_objs |
| int | pending_writes |
| object | scm_thread_obj |
| char * | stack_limit |
| char * | stack_prev_frame |
| char * | stack_start |
| int | stack_trace_idx |
| char ** | stack_traces |
| pthread_t | thread_id |
| cyc_thread_state_type | thread_state |
1.8.17