Lines Matching refs:Allocator
7 use super::{AllocError, Allocator, Flags};
65 pub struct Box<T: ?Sized, A: Allocator>(NonNull<T>, PhantomData<A>);
105 unsafe impl<T, A: Allocator> ZeroableOption for Box<T, A> {}
111 A: Allocator,
119 A: Allocator,
126 A: Allocator,
179 A: Allocator,
209 A: Allocator,
302 A: Allocator,
317 A: Allocator + 'static,
342 A: Allocator + 'static,
365 A: Allocator,
396 A: Allocator,
439 A: Allocator,
453 A: Allocator,
465 A: Allocator,
475 A: Allocator,
485 A: Allocator,