Good memory management libraries with JUCE

Hi,

 

I have not used C++ for about 10 years now. Last time I used it we used Boost lib to handle memory management.  I am wondering what is a good choice to work with JUCE -- or just a good memory management library overall.  Something that will perform well across all platforms.

 

Thanks in advance

edit: I must be behind the times.  C++ does some of this now to some extent

I'm unclear about what you mean by "memory management"! Juce has most of the memory-related classes that you could need, except for a few newer C++11 ones which are in the standard library.

That sounds pretty good.  Thank you.