Allocator trait

目前尽管 allocator api 还是不稳定的 (unstable), 标准库还是提供了几个已经可用的接口, 接下来我们会单独介绍它们.

alloc()

alloc_zeroed()

realloc()

dealloc()

参考