Crates.io | abs_mm |
lib.rs | abs_mm |
version | 0.1.0 |
source | src |
created_at | 2024-10-09 10:33:09.131254 |
updated_at | 2024-10-09 10:33:09.131254 |
description | Abstract Memory Management |
homepage | https://github.com/ljsnogard/abs_mm |
repository | |
max_upload_size | |
id | 1402268 |
size | 21,631 |
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
.