List of all items
Structs
- arena::ArenaStats
- memory_stats::AggregateMemoryStats
- memory_stats::MemorySlot
- memory_stats::MemoryStatsRegistry
- memory_stats::ThreadMemoryStats
- seqstring::SeqString
- son::SonConfig
- tagged_stack::BoolObject
- tagged_stack::FloatObject
- tagged_stack::HeapObject
- tagged_stack::QuotationObject
- tagged_stack::StackValue
- tagged_stack::TaggedStack
- value::ChannelData
- value::VariantData
- value::WeaveChannelData
Enums
Macros
Functions
- arena::arena_reset
- arena::arena_stats
- arena::with_arena
- error::clear_runtime_error
- error::format_panic_payload
- error::has_runtime_error
- error::patch_seq_clear_error
- error::patch_seq_get_error
- error::patch_seq_has_error
- error::patch_seq_take_error
- error::set_runtime_error
- error::take_runtime_error
- memory_stats::get_or_register_slot
- memory_stats::memory_registry
- memory_stats::update_arena_stats
- seqstring::arena_string
- seqstring::global_string
- son::patch_seq_son_dump
- son::patch_seq_son_dump_pretty
- son::value_to_son
- stack::alloc_stack
- stack::alloc_test_stack
- stack::clone_stack
- stack::clone_stack_segment
- stack::clone_stack_value
- stack::clone_stack_with_base
- stack::drop_stack_value
- stack::drop_top
- stack::get_stack_base
- stack::is_empty
- stack::patch_seq_2dup
- stack::patch_seq_3drop
- stack::patch_seq_clone_value
- stack::patch_seq_drop_op
- stack::patch_seq_dup
- stack::patch_seq_nip
- stack::patch_seq_over
- stack::patch_seq_pick_op
- stack::patch_seq_push_value
- stack::patch_seq_roll
- stack::patch_seq_rot
- stack::patch_seq_set_stack_base
- stack::patch_seq_stack_dump
- stack::patch_seq_swap
- stack::patch_seq_tuck
- stack::peek
- stack::peek_sv
- stack::pop
- stack::pop_sv
- stack::pop_three
- stack::pop_two
- stack::push
- stack::push_sv
- stack::stack_value_size
- stack::stack_value_to_value
- stack::value_to_stack_value
- tagged_stack::is_tagged_heap
- tagged_stack::is_tagged_int
- tagged_stack::seq_alloc_bool
- tagged_stack::seq_alloc_float
- tagged_stack::seq_alloc_quotation
- tagged_stack::seq_free_heap_object
- tagged_stack::seq_get_bool
- tagged_stack::seq_get_float
- tagged_stack::seq_heap_decref
- tagged_stack::seq_heap_incref
- tagged_stack::seq_stack_base
- tagged_stack::seq_stack_capacity
- tagged_stack::seq_stack_clone
- tagged_stack::seq_stack_free
- tagged_stack::seq_stack_grow
- tagged_stack::seq_stack_new
- tagged_stack::seq_stack_new_default
- tagged_stack::seq_stack_set_sp
- tagged_stack::seq_stack_sp
- tagged_stack::tag_heap_ptr
- tagged_stack::tag_int
- tagged_stack::untag_heap_ptr
- tagged_stack::untag_int
Type Aliases
Constants
- stack::DISC_BOOL
- stack::DISC_CHANNEL
- stack::DISC_CLOSURE
- stack::DISC_FLOAT
- stack::DISC_INT
- stack::DISC_MAP
- stack::DISC_QUOTATION
- stack::DISC_STRING
- stack::DISC_SYMBOL
- stack::DISC_VARIANT
- stack::DISC_WEAVECTX
- tagged_stack::DEFAULT_STACK_CAPACITY
- tagged_stack::STACK_VALUE_SIZE
- tagged_stack::TAG_HEAP
- tagged_stack::TAG_INT
- tagged_stack::TAG_MASK
- tagged_stack::heap_flags::IS_STATIC