Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/
Dprintk.rs4 use alloc::vec::Vec;
47 use alloc;
48 …$crate::libs::printk::PrintkWriter.__write_string_color($FRcolor, $BKcolor, alloc::fmt::format(for…
55 …$crate::libs::printk::PrintkWriter.__write_string((alloc::fmt::format(format_args!("[ DEBUG ] ({}:…
56alloc::fmt::format(format_args!($($arg)*)).as_str() + "\n").as_str())
63 …$crate::libs::printk::PrintkWriter.__write_string((alloc::string::String::from("[ INFO ] ")+ alloc
71 …$crate::libs::printk::PrintkWriter.__write_string((alloc::fmt::format(format_args!($($arg)*)) + "\…
79 …$crate::libs::printk::PrintkWriter.__write_string((alloc::fmt::format(format_args!("({}:{})\t", fi…
80alloc::fmt::format(format_args!($($arg)*)).as_str() + "\n").as_str())
88 …$crate::libs::printk::PrintkWriter.__write_string((alloc::fmt::format(format_args!("({}:{})\t", fi…
[all …]
/DragonOS-0.1.2/kernel/src/mm/
Dallocator.rs4 use core::alloc::{GlobalAlloc, Layout};
38 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
/DragonOS-0.1.2/kernel/.cargo/
Dconfig.toml5 build-std = ["core", "compiler_builtins", "alloc"]
/DragonOS-0.1.2/user/libs/libc/.cargo/
Dconfig.toml5 build-std = ["core", "compiler_builtins", "alloc"]
/DragonOS-0.1.2/kernel/src/process/
Dinitial_proc.rs3 use alloc::boxed::Box;
Dfork.rs3 use alloc::boxed::Box;
/DragonOS-0.1.2/kernel/src/
Dlib.rs28 extern crate alloc;
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal_types.rs7 use alloc::vec::Vec;