CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jouke.postma

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    8,900

    Re: memory usage profiling

    I found an article that explains at least some of the extra resident memory use: it is about how malloc and free work and a very good read. It has two parts:...
  2. Replies
    6
    Views
    8,900

    Re: memory usage profiling

    Thank you both for your answers.
    Lindley, I was aware of that, but when I delete a bunch of objects, on subsequent generation of objects the resident memory shouldn't go up or not as much. But it...
  3. Replies
    6
    Views
    8,900

    Re: memory usage profiling

    bertandernie,

    Thanks for the reply, I considered that, but I think there is more happening. Let me give an example of a short run which I profiled. (My final runs run out of memory on a system...
  4. Replies
    6
    Views
    8,900

    memory usage profiling

    I programmed a simulation model that uses lot's (~1e8) small objects, stored in std::map. These number objects increases as the simulation progresses in time. The model naturally uses a lot of ram,...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured