Releases: shadyfennec/stupidalloc
Releases · shadyfennec/stupidalloc
v0.2.1
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
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 fromhashbrown
- Replaced inner map
Mutex
withRwLock
- Behaviour of allocation fallback corrected for thread correctness
v0.1.0
Initial release of StupidAlloc.
Added
StupidAlloc
allocator, allocating memory through memory-mapped filesinteractive
feature for interactive confirmation of allocation and custom file name and path