Light
Rust
Coal
Navy
Ayu
Rust 语言入门 Introduction to Rust
Allocator trait
目前尽管 allocator api 还是不稳定的 (unstable), 标准库还是提供了几个已经可用的接口, 接下来我们会单独介绍它们.
alloc()
alloc_zeroed()
realloc()
dealloc()
参考
Allocator trait 1: Let’s talk about the Allocator trait
allocator Class