1 unstable release

0.1.0 Oct 9, 2024

#212 in No standard library

Download history 146/week @ 2024-10-05 31/week @ 2024-10-12

177 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

10KB
213 lines

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.

No runtime deps