10 Sep
2010
10 Sep
'10
11:05 a.m.
On 10/09/2010 10:04, Tang Jiang Jun wrote:
Hello,
I am seeking a way to manage the internal memory allocation in boost libraries, and it seems that most of boost libraries do not support allocator parameter, so they can not be handled like STL library.
What libraries are you thinking of?
But for my project, our memory management need to control all the memory allocation even it happens in the third-party libraries. Could somebody give me some suggestions to accomplish that?
You could redefine operator new.