Searched refs:AllocatorLogType (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/debug/klog/ ! |
H A D | mm.rs | 5 use klog_types::{AllocatorLog, AllocatorLogType, LogSource, MMLogChannel}; 28 pub fn mm_debug_log(_log_type: AllocatorLogType, _source: LogSource) { in mm_debug_log() argument 53 pub fn log(log_type: AllocatorLogType, source: LogSource, pid: Option<Pid>) { in log() argument
|
/DragonOS/kernel/crates/klog_types/src/ ! |
H A D | lib.rs | 18 pub type_: AllocatorLogType, 43 type_: AllocatorLogType, in new() argument 64 type_: AllocatorLogType::Undefined, in zeroed() 119 pub enum AllocatorLogType { enum
|
/DragonOS/kernel/src/mm/allocator/ ! |
H A D | kernel_allocator.rs | 145 klog_types::AllocatorLogType::Alloc(AllocLogItem::new(layout, Some(ptr as usize), None)), in alloc_debug_log() 152 klog_types::AllocatorLogType::Free(AllocLogItem::new(layout, Some(ptr as usize), None)), in dealloc_debug_log()
|
/DragonOS/kernel/src/mm/ ! |
H A D | fault.rs | 248 klog_types::AllocatorLogType::LazyAlloc(klog_types::AllocLogItem::new( in do_anonymous_page()
|