I am writing an article now which will
describe what the allocator does. Until that
article is available, there is an example
which comes with the code on how to get it to
work. The example is also getting overhauled
for future versions. For a general
understanding of allocators, see Sec 19.4 of
Bjarne Stroustrupt's C++ 3rd edition. The
section is nicely concise.
Marc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks.
I am writing an article now which will
describe what the allocator does. Until that
article is available, there is an example
which comes with the code on how to get it to
work. The example is also getting overhauled
for future versions. For a general
understanding of allocators, see Sec 19.4 of
Bjarne Stroustrupt's C++ 3rd edition. The
section is nicely concise.
Marc