allenchou.net
Memory Management part 3 of 3: STL-Compatible Allocators | Ming-Lun "Allen" Chou | 周明倫
This post is part of my Memory Management Series. In part 1 and part 2 of this series, I showed how to implement a fix-sized memory allocator and a C-style interface. Part 3 will demonstrate how to make an allocator that is compatible with STL containers. STL Compatibility? You probably have used various STL containers