
12 Sep
2009
12 Sep
'09
7:28 p.m.
As I recall, Boost already have such a thread-specific allocator for things that Boost.Pool could use.
I could not find this. If it exists, please provide a link or other reference.
If you want to allocate things of many different sizes ...
All my objects are the same size - that is why I am using a pool allocator.
I recommend tcmalloc from google ( http://code.google.com/p/google-perftools/
I looked at this. IMHO it appears rather amateurish. James