Skip to main content

OPSLAB

Type Alias OPSLAB 

Source
pub type OPSLAB = opslab;

Aliased Type§

#[repr(C)]
pub struct OPSLAB { pub opslab_next: *mut opslab, pub opslab_head: *mut opslab, pub opslab_freed: *mut *mut op, pub opslab_refcnt: usize, pub opslab_freed_size: u16, pub opslab_size: u16, pub opslab_free_space: u16, pub opslab_slots: opslot, }

Fields§

§opslab_next: *mut opslab§opslab_head: *mut opslab§opslab_freed: *mut *mut op§opslab_refcnt: usize§opslab_freed_size: u16§opslab_size: u16§opslab_free_space: u16§opslab_slots: opslot