abs_mm 0.1.0

Abstract Memory Management
Documentation
  • Coverage
  • 29.17%
    7 out of 24 items documented0 out of 18 items with examples
  • Size
  • Source code size: 29.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 796.39 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ljsnogard

abs_mm

Abstract Memory Management.

Currently (Oct 2024) only for rustc nightly.

Mod mem_alloc provides traits for memory allocation.
Enabling support-std feature will provide StdGlobalAlloc which implements TrMalloc.

Mod res_man provides traits describing smart pointers like std::sync::Arc and std::boxed::Box.