头文件 //将Nginx中的内存池实现移植到c++,通过面向对象的方式实现 #ifndef MEMORYPOOL_NGINXMEMORYPOOL_H #define MEMORYPOOL_NGINXMEMORYPOOL_H #include<cstdlib>