11 Sep
2010
11 Sep
'10
1:38 a.m.
Hi,
On Fri, Sep 10, 2010 at 11:45 PM, Mathias Gaunard
Taking allocators wouldn't hurt, but I'm unsure that's necessary for fairly high-level libraries, where there isn't even a notion of what the memory would be used for.
Well, we are planning to use boost in a highly resource constrained environment (embedded system but user space). Ability to control and track memory usage is very important. I would like some ideas on developing an ability to track the memory usage pattern at library level. Example, if I use different allocator instances with differing logging, I can segregate the information on a per library basis. -dhruva