$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Maxim Yegorushkin (maxim.yegorushkin_at_[hidden])
Date: 2005-08-26 03:13:08
On Thu, 25 Aug 2005 18:29:37 +0400, Peter Dimov <pdimov_at_[hidden]> wrote:
> quick_allocator is for
> (a) benchmarks that use a horribly slow underlying malloc, (b) people
> that
> try the #define and their particular project tends to benefit a lot, and
> (c)
> people that want to customize the allocations of their local copy of
> shared_ptr, but need a starting point.
>
> It's very much a "toy" compared to industrial grade malloc replacements,
Well, I did not know that.
-- Maxim Yegorushkin