devela_base_alloc 0.26.0

base alloc shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// devela_base_alloc::num::dom::int::wrapper
//
//! Integer wrapper struct.
//

mod namespace; // IntAlloc

mod impl_factors;
// mod impl_stats; // TODO

crate::structural_mods! {
    _mods {
        pub use super::namespace::IntAlloc;
    }
}