about summary refs log tree commit diff
path: root/src/liballoc/tests/heap.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-47/+0
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-1/+1
2020-03-26Remove alignment from `MemoryBlock`Tim Diekmann-5/+2
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-3/+6
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-2/+8
2020-03-03Remove `usable_size` APIsTim Diekmann-1/+1
2020-01-27Rename `Alloc` to `AllocRef`Tim Diekmann-2/+2
2019-12-22Format the worldMark Rousskov-8/+15
2019-07-02test more possible overaligned requestsRalf Jung-15/+17
2019-02-13review failures in heap, slice, vecRalf Jung-2/+0
2019-02-10libs: doc commentsAlexander Regueiro-1/+1
2019-02-07disable tests in MiriRalf Jung-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-2/+1
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-1/+2
2018-04-12Actually deprecate the Heap typeSimon Sapin-2/+2
2017-11-20alloc_jemalloc: don’t assume MIN_ALIGN for small sizesSimon Sapin-0/+5
2017-11-20alloc_system: don’t assume MIN_ALIGN for small sizes, fix #45955Simon Sapin-0/+40