2 releases
0.0.1 | Mar 24, 2023 |
---|---|
0.0.0 | Jul 5, 2022 |
#7 in #recover
275KB
3.5K
SLoC
messloc is a drop in replacement for malloc that can transparently recover from memory fragmentation without any changes to application code.
Goals
- Allow compilation of messloc::new();
- Make it more efficient than the system allocator
- Make Servo work more efficiently using messloc
Operating Systems supported
- Popular Operating systems
- Linux (glibc)
- MacOS
- Windows (WIP)
- BSD-based Operating systems
not tested, please open an issue
Dependencies
~550KB