Re: [Boost-users] [Multi-index] hash_unique memory consumption vs std::map
________________________________________ De: boost-users-bounces@lists.boost.org [boost-users-bounces@lists.boost.org] En nombre de Michael Fawcett [michael.fawcett@gmail.com] Enviado el: jueves, 06 de noviembre de 2008 22:34 Para: boost-users@lists.boost.org Asunto: Re: [Boost-users] [Multi-index] hash_unique memory consumption vsstd::map
Do you know of a better way to track memory usage in Windows? Task Manager is obviously not up to the task, VTune reports it on a system-wide basis, not per process, and _Crt* functions require modifying your code.
Use an instrumented allocator, like count_allocator in http://tinyurl.com/66xhv7 . It is an intrusive, but very precise method. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (1)
-
JOAQUIN M. LOPEZ MUÑOZ