$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Pool] Thoughts about new pool class
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-08-19 13:32:53
Hi!
I've got an idea about memory allocation situation.
1) User needs to allocate memory chunks of random length during the
program run (or significant part of that run);
2) User will need to free all chunks together, not some of them.
I guess, it is rather simple for programmer to write such
class-allocator (I've written one).
But I guess I'm not professional enough to write class that could be
included to Boost.
More, does anybody need one?
Does anybody want to handle such task?
so curious..