#[repr(C)]pub enum mi_option_t {
Show 38 variants
mi_option_show_errors = 0,
mi_option_show_stats = 1,
mi_option_verbose = 2,
mi_option_arena_eager_commit = 4,
mi_option_purge_decommits = 5,
mi_option_allow_large_os_pages = 6,
mi_option_reserve_huge_os_pages = 7,
mi_option_reserve_huge_os_pages_at = 8,
mi_option_reserve_os_memory = 9,
mi_option_purge_delay = 15,
mi_option_use_numa_nodes = 16,
mi_option_disallow_os_alloc = 17,
mi_option_os_tag = 18,
mi_option_max_errors = 19,
mi_option_max_warnings = 20,
mi_option_destroy_on_exit = 22,
mi_option_arena_reserve = 23,
mi_option_arena_purge_mult = 24,
mi_option_disallow_arena_alloc = 26,
mi_option_retry_on_oom = 27,
mi_option_guarded_min = 29,
mi_option_guarded_max = 30,
mi_option_guarded_precise = 31,
mi_option_guarded_sample_rate = 32,
mi_option_guarded_sample_seed = 33,
mi_option_generic_collect = 34,
mi_option_page_reclaim_on_free = 35,
mi_option_page_full_retain = 36,
mi_option_page_max_candidates = 37,
mi_option_max_vabits = 38,
mi_option_pagemap_commit = 39,
mi_option_page_commit_on_demand = 40,
mi_option_page_max_reclaim = 41,
mi_option_page_cross_thread_max_reclaim = 42,
mi_option_allow_thp = 43,
mi_option_minimal_purge_size = 44,
mi_option_arena_max_object_size = 45,
mi_option_arena_is_numa_local = 46,
}Variants§
mi_option_show_errors = 0
mi_option_show_stats = 1
mi_option_verbose = 2
mi_option_arena_eager_commit = 4
mi_option_purge_decommits = 5
mi_option_allow_large_os_pages = 6
mi_option_reserve_huge_os_pages = 7
mi_option_reserve_huge_os_pages_at = 8
mi_option_reserve_os_memory = 9
mi_option_purge_delay = 15
mi_option_use_numa_nodes = 16
mi_option_disallow_os_alloc = 17
mi_option_os_tag = 18
mi_option_max_errors = 19
mi_option_max_warnings = 20
mi_option_destroy_on_exit = 22
mi_option_arena_reserve = 23
mi_option_arena_purge_mult = 24
mi_option_disallow_arena_alloc = 26
mi_option_retry_on_oom = 27
mi_option_guarded_min = 29
mi_option_guarded_max = 30
mi_option_guarded_precise = 31
mi_option_guarded_sample_rate = 32
mi_option_guarded_sample_seed = 33
mi_option_generic_collect = 34
mi_option_page_reclaim_on_free = 35
mi_option_page_full_retain = 36
mi_option_page_max_candidates = 37
mi_option_max_vabits = 38
mi_option_pagemap_commit = 39
mi_option_page_commit_on_demand = 40
mi_option_page_max_reclaim = 41
mi_option_page_cross_thread_max_reclaim = 42
mi_option_allow_thp = 43
mi_option_minimal_purge_size = 44
mi_option_arena_max_object_size = 45
mi_option_arena_is_numa_local = 46
Trait Implementations§
Source§impl Clone for mi_option_t
impl Clone for mi_option_t
Source§fn clone(&self) -> mi_option_t
fn clone(&self) -> mi_option_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for mi_option_t
Source§impl Debug for mi_option_t
impl Debug for mi_option_t
impl Eq for mi_option_t
Source§impl PartialEq for mi_option_t
impl PartialEq for mi_option_t
impl StructuralPartialEq for mi_option_t
Auto Trait Implementations§
impl Freeze for mi_option_t
impl RefUnwindSafe for mi_option_t
impl Send for mi_option_t
impl Sync for mi_option_t
impl Unpin for mi_option_t
impl UnsafeUnpin for mi_option_t
impl UnwindSafe for mi_option_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more