Home
last modified time | relevance | path

Searched defs:AllocatorLog (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/klog_types/src/
H A Dlib.rs13 pub struct AllocatorLog { struct
17 pub type_: AllocatorLogType, argument
30 impl AllocatorLog { argument
103 impl PartialOrd for AllocatorLog { implementation
109 impl Ord for AllocatorLog { implementation
184 fn new_element(&self) -> AllocatorLog { in new_element()
188 fn recycle(&self, element: &mut AllocatorLog) { in recycle()
/DragonOS/tools/debugging/logmonitor/src/backend/monitor/
H A Dmm.rs85 fn handle_logs(&self, logs_set: &mut LogSet<usize, ObjectWrapper<AllocatorLog>>) { in handle_logs()