Last change
on this file since 45 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
747 bytes
|
Line | |
---|
1 | Copyright (C) 2000 Stephen Cleary |
---|
2 | |
---|
3 | Distributed under the Boost Software License, Version 1.0. (See accompany- |
---|
4 | ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
5 | |
---|
6 | Here's a list of things TODO on the Pool library; these things will be done on an "as-I-get-around-to-it" basis: |
---|
7 | . Evaluate changes necessary for MSVC 6sp4 (Could use some help from people who own MSVC...) |
---|
8 | . Create more exhaustive test/example files, possibly other timing tests; convert to the new Boost testing harness |
---|
9 | . Add overloaded new/delete (pool_base) as Yet Another Interface. |
---|
10 | . Add a "grow" function (similar to std::realloc) to pool for attempting reallocation of contiguous memory; if it fails to find contiguous chunks, it should return 0. |
---|
Note: See
TracBrowser
for help on using the repository browser.