rust/library/alloc
The 8472 85d1787962 remove alignment-changing in-place collect
Currently stable users can't benefit from this because GlobaAlloc doesn't support
alignment-changing realloc and neither do most posix allocators.
So in practice it always results in an extra memcpy.
2024-01-18 22:50:14 +01:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src remove alignment-changing in-place collect 2024-01-18 22:50:14 +01:00
tests apply fmt 2024-01-11 15:04:48 +03:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00