Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- g -
- GC()
: runtime.h
, runtime.c
- gc_add_mutator()
: types.h
, gc.c
- gc_add_new_unrunning_mutator()
: gc.c
, types.h
- gc_align
: gc.c
- gc_alloc()
: gc.c
, types.h
- gc_alloc_bignum()
: gc.c
, types.h
- gc_alloc_from_bignum()
: gc.c
, types.h
- gc_alloc_pair()
: runtime.c
- gc_alloc_rest()
: types.h
- gc_allocated_bytes()
: gc.c
, types.h
- GC_BLOCK_BITS
: gc.c
- GC_BLOCK_SIZE
: gc.c
- GC_COLLECT_UNDER_UNSWEPT_HEAP_COUNT
: types.h
- GC_COLLECTION_THRESHOLD
: types.h
- gc_collector()
: gc.c
- gc_collector_mark_gray
: gc.c
- gc_collector_sweep()
: gc.c
- gc_collector_trace()
: gc.c
, types.h
- gc_color_blue
: types.h
- gc_color_red
: types.h
- gc_copy_obj()
: gc.c
, types.h
- GC_DEBUG_SHOW_SWEEP_DIAG
: types.h
- GC_DEBUG_TRACE
: types.h
- GC_DEBUG_VERBOSE
: types.h
- gc_empty_collector_stack()
: gc.c
, types.h
- gc_free_chunk_size
: gc.c
- gc_free_list
: types.h
- gc_free_old_thread_data()
: gc.c
- GC_FREE_THRESHOLD
: types.h
- gc_grow_heap()
: gc.c
, types.h
- gc_handshake()
: gc.c
, types.h
- gc_header_type
: types.h
- gc_heap
: types.h
- gc_heap_align
: gc.c
- gc_heap_create()
: gc.c
, types.h
- gc_heap_create_rest()
: types.h
- gc_heap_end
: gc.c
- gc_heap_first_block
: gc.c
- gc_heap_free()
: gc.c
, types.h
- gc_heap_free_size()
: gc.c
- gc_heap_last()
: gc.c
, types.h
- gc_heap_last_block
: gc.c
- gc_heap_merge()
: gc.c
, types.h
- gc_heap_pad_size
: gc.c
- gc_heap_root
: types.h
- gc_heap_type
: types.h
- gc_init_fixed_size_free_list()
: types.h
, gc.c
- gc_init_heap()
: runtime.h
, runtime.c
- gc_initialize()
: gc.c
, types.h
- gc_is_mutator_active()
: gc.c
, types.h
- gc_is_mutator_new()
: gc.c
, types.h
- gc_is_stack_obj
: types.h
- gc_mark_black
: gc.c
- gc_mark_globals()
: gc.c
, types.h
- gc_mark_gray()
: gc.c
, types.h
- gc_mark_gray2()
: gc.c
, types.h
- gc_merge_all_heaps()
: gc.c
, types.h
- gc_minor()
: types.h
- gc_move2heap
: runtime.c
- gc_mut_cooperate()
: gc.c
, types.h
- gc_mut_update()
: types.h
, gc.c
- gc_mutator_thread_blocked()
: gc.c
, types.h
- gc_mutator_thread_runnable()
: types.h
, gc.c
- gc_num_unswept_heaps()
: gc.c
- gc_post_handshake()
: gc.c
, types.h
- gc_print_fixed_size_free_list()
: gc.c
- gc_print_stats()
: gc.c
, types.h
- gc_recopy_obj()
: gc.c
- gc_remove_mutator()
: gc.c
, types.h
- gc_request_mark_globals()
: runtime.c
, types.h
- GC_SAFETY_CHECKS
: types.h
- gc_sleep_ms()
: types.h
, gc.c
- gc_stage_type
: types.h
- gc_start_collector()
: types.h
, gc.c
- gc_start_major_collection()
: gc.c
- gc_status_type
: types.h
- gc_sum_pending_writes()
: gc.c
- gc_sweep()
: types.h
, gc.c
- gc_thr_grow_move_buffer()
: types.h
, gc.c
- gc_thread_data
: types.h
- gc_thread_data_free()
: gc.c
, types.h
- gc_thread_data_init()
: types.h
, gc.c
- gc_try_alloc()
: gc.c
, types.h
- gc_try_alloc_rest()
: types.h
- gc_try_alloc_slow()
: types.h
, gc.c
- gc_try_alloc_slow_fixed_size()
: gc.c
- gc_wait_handshake()
: gc.c
, types.h
- gc_zero_read_write_counts()
: gc.c
- get_env_variables()
: runtime.h
, runtime.c
- global_heap_size
: runtime.h
- global_set
: runtime.h
- global_set_cps
: runtime.h
- global_set_cps_id
: runtime.h
- global_set_id
: runtime.h
- global_stack_size
: runtime.h
- global_table
: runtime.h
, runtime.c
- grayed
: types.h
- GROW_HEAP_BY_SIZE
: types.h