Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Dprintk.rs102 static mut ALLOW_ALLOC_BOOL: bool = false; variable
139 if likely(unsafe { ALLOW_ALLOC_BOOL }) { in allow_alloc()
150 ALLOW_ALLOC_BOOL = true; in enable_alloc()