Tagged Questions
9
votes
1answer
628 views
How to monitor or visualize memory fragmentation of a delphi application
How can I monitor or visualize memory fragmentation of a delphi application?
8
votes
5answers
1k views
6
votes
2answers
2k views
Is my heap fragmented
0:000> !dumpheap -stat
total 1755874 objects
Statistics:
MT Count TotalSize Class Name
7b9b0c64 1 12 System.Windows.Forms.Layout.TableLayout+ColumnSpanComparer
....
7933303c ...
3
votes
2answers
79 views
Best way to represent formatted text in memory? C++
I'm writing a basic text editor, well it's really an edit control box where I want to write code, numerical values and expressions for my main program.
The way I'm currently doing it is that I feed ...
3
votes
4answers
955 views
How do I workaround heap fragmentation in a C++ server program?
Heap fragmentation can cause a server application that is expected to run continuously for many months to suddenly start malfunctioning thinking that it's out of memory.
Let's assume that I've done ...
2
votes
1answer
713 views
Where is my iPad runtime memory going?
I'm causing the device (iPad) to run out of memory apparently, so it is jettisoning my app. I'm trying to understand what is going on as Instruments is telling me that I'm using about 80Mb, and there ...