We use the mspace feature of Doug Lea's Malloc often referred to as dlmalloc.
We have an mspace with 250 MB of objects and free all the objects.
After calling mspace_trim() the size is 150 MB.
We were hoping for much smaller.
When I look at mspace_trim() I do not see it freeing large and small bins.
Is there a way to force freeing bins so we can get back more memory?