summary refs log tree commit diff
path: root/src/libcore/heap.rs
AgeCommit message (Collapse)AuthorLines
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-0/+1082
This is the `Alloc` trait and its dependencies.