Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 4 of 4) sorted by relevance

/rust/alloc/
Dslice.rs571 let mut buf = Vec::with_capacity(capacity); in repeat() localVariable
1111 let mut buf = Vec::with_capacity(len / 2); in merge_sort() localVariable
Dboxed.rs1276 let buf: Box<[u8]> = self.as_bytes().into(); in clone() localVariable
1437 let buf = RawVec::with_capacity(len); in from() localVariable
/rust/alloc/vec/
Dinto_iter.rs36 pub(super) buf: NonNull<T>, field
Dmod.rs403 buf: RawVec<T, A>, field
1007 let buf = ptr::read(&me.buf); in into_boxed_slice() localVariable