Skip to content

Releases: ickk/orderly-allocator

v0.2.2

19 Jan 22:51

Choose a tag to compare

  • fix panic in try_reallocate when expanding allocation to consume the entirety of the following free region

v0.2.1

19 Jan 14:03

Choose a tag to compare

  • implement Allocator::grow_capacity
  • implement Allocator::try_reallocate
  • fix alignment computation in Allocator::alloc_with_align

v0.2.0

02 Oct 12:13

Choose a tag to compare

  • added Allocation::range helper method.
  • added Hash & Ord implementations to Allocation.

v0.1.0

18 Sep 05:52

Choose a tag to compare

Inaugural release