Struct jl_sys::jl_thread_heap_t[][src]

#[repr(C)]
pub struct jl_thread_heap_t { pub weak_refs: arraylist_t, pub live_tasks: arraylist_t, pub mallocarrays: *mut _mallocarray_t, pub mafreelist: *mut _mallocarray_t, pub big_objects: *mut _bigval_t, pub rem_bindings: arraylist_t, pub _remset: [arraylist_t; 2], pub remset_nptr: c_int, pub remset: *mut arraylist_t, pub last_remset: *mut arraylist_t, pub norm_pools: [jl_gc_pool_t; 41], pub free_stacks: [arraylist_t; 16], }

Fields

weak_refs: arraylist_tlive_tasks: arraylist_tmallocarrays: *mut _mallocarray_tmafreelist: *mut _mallocarray_tbig_objects: *mut _bigval_trem_bindings: arraylist_t_remset: [arraylist_t; 2]remset_nptr: c_intremset: *mut arraylist_tlast_remset: *mut arraylist_tnorm_pools: [jl_gc_pool_t; 41]free_stacks: [arraylist_t; 16]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.