ialloc 0.0.0-2025-05-02

Allocator interface traits
Documentation
1
2
3
4
5
6
7
8
9
//! Allocator implementations

#[path = "adapt/_adapt.rs"  ] pub mod adapt;
#[path = "alloc/_alloc.rs"  ] pub mod alloc;
#[path = "c/_c.rs"          ] pub mod c;
#[path = "cpp/_cpp.rs"      ] pub mod cpp;
#[path = "debug/_debug.rs"  ] pub mod debug;
#[path = "simple/_simple.rs"] pub mod simple;
#[path = "win32/_win32.rs"  ] pub mod win32;