Skip to content

Releases: shadyfennec/stupidalloc

v0.2.1

29 Dec 20:22
7ef41c8
Compare
Choose a tag to compare

Added

  • graphics feature demo video

Fixes

  • Fixed a bug where data allocated before main with an open window would make the program crash at the end because of normal process thread murder after main.
  • Fixed a typo in the changelog
  • Fixed a typo in the graphics example's error message when running without the appropriate feature.

v0.2.0

29 Dec 09:18
Compare
Choose a tag to compare

Added

  • logging feature
    • Creates companion files with information about corresponding allocated memory
  • graphics feature
    • Allows user to create graphical windows to visually display and interact with allocated memory
  • always-graphics feature
    • Always create graphical window for every allocation
  • New function to disable stupid allocation in current thread
  • New example to showcase graphics feature

Changed

  • Inner HashMap is now explicitely from hashbrown
  • Replaced inner map Mutex with RwLock
  • Behaviour of allocation fallback corrected for thread correctness

v0.1.0

29 Dec 08:55
Compare
Choose a tag to compare

Initial release of StupidAlloc.

Added

  • StupidAlloc allocator, allocating memory through memory-mapped files
  • interactive feature for interactive confirmation of allocation and custom file name and path