Struct main::kernel::mm::allocator::Alloc [collapse all] [expand all] [src]
pub struct Alloc { pub parent: BuddyAlloc, pub base: *mut u8, pub el_size: uint, }
Fields
parent | |
base | |
el_size |
pub struct Alloc { pub parent: BuddyAlloc, pub base: *mut u8, pub el_size: uint, }
parent | |
base | |
el_size |
impl Alloc
fn new(parent: BuddyAlloc, base: *mut u8, el_size: uint) -> Alloc
impl Allocator for Alloc
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).