摘要
许多大型C++程序库都有自己的内存管理机制,包括MFC,STL, Loki都如此,Boost自然也不例外。本文概要说明前三者的实现,然后集中探讨Boost的实现与设计细节。
Many large C++ libraries and frameworks like MFC,STL and Loki have their own memory management mechanism.So does Boost.This article briefly introduces the implementation of MFC,STL and Loki memory manager, and then discusses the implementation and design of Boost.
出处
《程序员》
2007年第5期92-97,10,共6页
Programmer