Searched refs:ALLOW_ALLOC_ATOMIC (Results 1 – 1 of 1) sorted by relevance
101 static ALLOW_ALLOC_ATOMIC: AtomicBool = AtomicBool::new(false); variable142 return ALLOW_ALLOC_ATOMIC.load(Ordering::SeqCst); in allow_alloc()148 ALLOW_ALLOC_ATOMIC.store(true, Ordering::SeqCst); in enable_alloc()