Fixed-size Memory Pool

This post briefly describes an implementation of memory pool that I use to decrease memory allocation/deallocation cost and preventing fragmentation.

To read more click here…