$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [pool] Thread specific pool allocator
From: James Bremner (ravenspoint_at_[hidden])
Date: 2009-09-12 15:28:30
> 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