messloc

Crates.iomessloc
lib.rsmessloc
version0.0.1
sourcesrc
created_at2022-07-05 08:22:26.61919
updated_at2023-03-24 18:51:28.244736
descriptionA shuffle-based allocator
homepage
repository
max_upload_size
id619548
size291,176
Konnor Andrews (konnorandrews)

documentation

README


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
Commit count: 0

cargo fmt