Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dprintk.rs113 if unlikely(!self.allow_alloc()) { in __write_string()
124 if unlikely(!self.allow_alloc()) { in __write_string_color()
136 fn allow_alloc(&self) -> bool { in allow_alloc() method