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. 
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?

Regards,
Tang Jiang Jun