摘要:
1. 为什么需要Allocator 在最开始,Allocator被设计用来为不同的内存模型提供一个抽象机制(早期的16位操作系统的指针类型有near,far等若干种类型,但是Allocator并没能解决这个问题,为什么?)Nowadays, allocators serve as an abstraction to translate the need to use memory into a raw call for memory. Thus, allocators simply separate the implementation of containers, which need to 阅读全文
posted @ 2012-01-01 17:03
做个不善的人
阅读(567)
评论(0)
推荐(0)
浙公网安备 33010602011771号