Lines Matching refs:not
12 #[cfg(not(no_global_oom_handling))]
45 /// This type does not in anyway inspect the memory that it manages. When dropped it *will*
63 /// If you change `RawVec<T>::new` or dependencies, please take care to not introduce anything
81 /// *not* get a `RawVec` with the requested capacity.
90 #[cfg(not(any(no_global_oom_handling, test)))]
98 #[cfg(not(any(no_global_oom_handling, test)))]
129 #[cfg(not(no_global_oom_handling))]
144 #[cfg(not(no_global_oom_handling))]
176 #[cfg(not(no_global_oom_handling))]
178 // Don't allocate here because `Drop` will not deallocate when `capacity` is 0.
213 // Don't allocate here because `Drop` will not deallocate when `capacity` is 0.
278 // has already been allocated so we know it can't overflow and currently rust does not
297 /// the requested space. This is not really unsafe, but the unsafe
309 #[cfg(not(no_global_oom_handling))]
332 #[cfg(not(no_global_oom_handling))]
360 /// the requested space. This is not really unsafe, but the unsafe code
370 #[cfg(not(no_global_oom_handling))]
394 #[cfg(not(no_global_oom_handling))]
467 #[cfg(not(no_global_oom_handling))]
540 #[cfg(not(no_global_oom_handling))]
571 #[cfg(not(no_global_oom_handling))]