Searched refs:alloc_debug_log (Results 1 – 1 of 1) sorted by relevance
/DragonOS/kernel/src/mm/allocator/ |
H A D | kernel_allocator.rs | 111 alloc_debug_log(klog_types::LogSource::Buddy, layout, r); in alloc() 113 alloc_debug_log(klog_types::LogSource::Slab, layout, r); in alloc() 121 alloc_debug_log(klog_types::LogSource::Buddy, layout, r); in alloc_zeroed() 123 alloc_debug_log(klog_types::LogSource::Slab, layout, r); in alloc_zeroed() 143 fn alloc_debug_log(source: LogSource, layout: Layout, ptr: *mut u8) { in alloc_debug_log() function
|