STL的扩展分配器
所在文件(ext文件夹下)
array_allocator.h
debug_allocator.h
malloc_allocator.h
new_allocator.h
throw_allocator.h
bitmap_allocator.h
extptr_allocator.h
mt_allocator.h
pool_allocator.h
命名空间
__gnu_cxx
范例
#include <ext/pool_allocator.h>
#include <vector>
std::vector<char,__gnu_cxx::pool_alloc<char>> v;