Skip to content

Releases: warriors-life/memory-allocator

v0.2.0

25 Jul 11:51
v0.2.0
a25da8c
Compare
Choose a tag to compare

Changed

  • Make MemoryRef.free() synchronous (a2bb086).

Performance

  • Make ranges list use AVL trees internally (464e8d2).

v0.1.0

13 Oct 17:23
v0.1.0
36efc99
Compare
Choose a tag to compare

Added

v0.0.3

07 Oct 18:37
v0.0.3
d0f81df
Compare
Choose a tag to compare

Fixed

  • Fix NPM publishing issue.

v0.0.2

07 Oct 17:02
v0.0.2
9cda529
Compare
Choose a tag to compare

Added

  • Test that smallest sufficient range is always selected (5491c11).

Changed

v0.0.1

07 Oct 14:15
v0.0.1
4ae568c
Compare
Choose a tag to compare

Added

  • Created this repository.
  • Implemented a simple memory allocator (a09a5d9).
  • Added documentation (278e027).
  • Added unit tests (5cbbeff).