List of all items
Structs
- arena::Arena
- heap::AreaInfo
- heap::Heap
- heap::PageQueue
- heap::Stats
- init::EmptyHeapBox
- init::HeapBox
- os::OsBlock
- page::Block
- page::DelayedList
- page::EmptyPage
- page::Page
- prim::Alloc
- prim::MemConfig
- prim::TlsSlot
- random::Random
- segment::Segment
Enums
Functions
- alloc::calloc
- alloc::calloc_aligned
- alloc::calloc_aligned_at
- alloc::check_owned
- alloc::collect
- alloc::expand
- alloc::free
- alloc::free_inline
- alloc::heap_check_owned
- alloc::heap_collect
- alloc::heap_contains_block
- alloc::heap_malloc
- alloc::heap_malloc_aligned_at
- alloc::heap_realloc
- alloc::heap_zalloc
- alloc::heap_zalloc_aligned_at
- alloc::is_in_heap_region
- alloc::malloc
- alloc::malloc_aligned
- alloc::malloc_aligned_at
- alloc::malloc_or
- alloc::malloc_small
- alloc::mallocn
- alloc::realloc
- alloc::realloc_aligned
- alloc::realloc_aligned_at
- alloc::reallocf
- alloc::reallocn
- alloc::recalloc
- alloc::recalloc_aligned
- alloc::recalloc_aligned_at
- alloc::rezalloc
- alloc::rezalloc_aligned
- alloc::rezalloc_aligned_at
- alloc::stats
- alloc::usable_size
- alloc::zalloc
- alloc::zalloc_aligned
- alloc::zalloc_aligned_at
- alloc::zalloc_small
- arena::arena_area
- arena::arenas_print
- arena::chunk_alloc
- arena::chunk_alloc_n
- arena::chunk_free
- arena::chunk_free_n
- arena::manage_os_memory_ex
- arena::reserve_os_memory_ex
- bins::bin
- bins::bin_size
- bins::good_size
- bins::is_aligned_to
- heap::visit_segment_blocks
- init::abandoned_pop
- init::abandoned_visit_blocks
- init::backing_heap
- init::box_of_xheap
- init::create_heap
- init::empty_heap_box_ptr
- init::ensure_heap
- init::for_each_heap
- init::heap_box
- init::heap_box_fast
- init::heap_delete
- init::heap_destroy
- init::set_default_heap
- init::subproc_add_current_thread
- init::subproc_delete
- init::subproc_main
- init::subproc_new
- init::thread_done
- init::thread_id
- options::deferred_free
- options::error
- options::get
- options::get_clamp
- options::get_size
- options::is_enabled
- options::out_fmt
- options::print
- options::register_deferred_free
- options::register_error
- options::register_output
- options::set
- options::set_default
- os::alloc_aligned
- os::alloc_granularity
- os::commit
- os::decommit
- os::free
- os::large_page_size
- os::page_align_up
- os::page_size
- os::protect
- os::purge
- page::block_next
- page::block_set_next
- page::debug_validate_page
- page::empty_page_ptr
- page::page_all_free
- page::page_collect
- page::page_collect_and_set_flag
- page::page_extend
- page::page_link_local
- page::page_pop
- page::page_push_local
- page::page_set_flag
- page::remote_free
- prim::alloc
- prim::clock_now
- prim::commit
- prim::decommit
- prim::free
- prim::mem_init
- prim::numa_node_count
- prim::protect
- prim::reset
- prim::thread_id
- ptr_with_addr
- segment::debug_validate_segment
- segment::huge_alloc
- segment::huge_free
- segment::page_area
- segment::page_index
- segment::page_of
- segment::page_off_for
- segment::purge_free_spans
- segment::segment_alloc
- segment::segment_free
- segment::segment_of
- segment::slot_stride
- segment::span_alloc
- segment::span_free
- segment_map::contains
- segment_map::register
- segment_map::register_range
- segment_map::unregister
- segment_map::unregister_range
- stats::merged
- stats::print_process
- stats::print_thread
- stats::process_info
- stats::reset
- types::wsize_from_size
- version
Type Aliases
Statics
Constants
- MI_COMPAT_VERSION
- VERSION
- bins::BIN_COUNT
- bins::PAGES_DIRECT
- heap::MAX_DIRECT_BIN
- heap::MAX_NORMAL_BIN
- options::OPTION_COUNT
- options::OPTION_NAMES
- page::USED_OFFSET
- page::XFLAG_DELAYED
- page::XFLAG_FREEING
- page::XFLAG_NEVER
- page::XFLAG_NORMAL
- page::XMASK
- page::pflags::HAS_ALIGNED
- page::pflags::HUGE_SEGMENT
- page::pflags::IN_FULL
- page::pflags::SINGLE_BLOCK
- page::pflags::SLOW_FREE
- segment::HEADER_SLICES
- segment::PAGES_OFFSET
- segment::USABLE_SLICES
- types::BIN_FULL
- types::BIN_HUGE
- types::INTPTR_SIZE
- types::LARGE_OBJ_SIZE_MAX
- types::MAX_ALIGN_SIZE
- types::MEDIUM_OBJ_SIZE_MAX
- types::MEDIUM_PAGE_SIZE
- types::MEDIUM_PAGE_SLICES
- types::SEGMENT_SIZE
- types::SEGMENT_SLICE_SIZE
- types::SLICES_PER_SEGMENT
- types::SMALL_OBJ_SIZE_MAX
- types::SMALL_PAGE_SIZE
- types::SMALL_SIZE_MAX
- types::SMALL_WSIZE_MAX