Module std::alloc_system
[−]
[src]
Reexports
use core::prelude::v1::*; |
use system::syscall::{sys_alloc, sys_unalloc, sys_realloc, sys_realloc_inplace}; |
Functions
| __rust_allocate | |
| __rust_deallocate | |
| __rust_reallocate | |
| __rust_reallocate_inplace | |
| __rust_usable_size |