block_allocator is a custom STL allocator for use with STL as implemented in Microsoft VC++ 5.0. Rather than doing allocations on a per-node basis, block_allocator allocates memory in fixed sized chunks and delivers portions of the
block_allocator is a custom STL allocator for use with STL as implemented in Microsoft VC++