about summary refs log tree commit diff
path: root/library/alloc/src/alloc.rs
AgeCommit message (Expand)AuthorLines
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-13/+17
2020-07-29Simplify implementations of `AllocRef` for `Global` and `System`Tim Diekmann-71/+70
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-43/+69
2020-07-27mv std libs to library/mark-0/+319