Skip to content

messloc/messloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

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

About

Port of https://github.com/plasma-umass/Mesh to Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages