Module main::kernel::heap [collapse all] [expand all] [src]
Statics
pub static mut heap: Option<Alloc> = None |
Functions
| alloc | |
| free | |
| init | |
| malloc_raw | |
| realloc_raw | |
| rust_allocate | |
| zero_alloc |
pub static mut heap: Option<Alloc> = None |
| alloc | |
| free | |
| init | |
| malloc_raw | |
| realloc_raw | |
| rust_allocate | |
| zero_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).