19 Aug
2009
19 Aug
'09
5:32 p.m.
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..