about summary refs log tree commit diff
path: root/library/alloc/tests/heap.rs
AgeCommit message (Collapse)AuthorLines
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-44/+0
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-4/+4
2020-09-22removing &mut self for other methods of AllocRefblitzerr-1/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-3/+6
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-8/+2
Fix docs
2020-07-27mv std libs to library/mark-0/+47