Oso Memory Profiler - Memory Maps

The secondary main view in the Oso Memory Profiler contains the memory fragmentation maps. This view gives you a top level overview of where your memory blocks are located within your application's virtual address space.



Each cell in the top map represents 64KB of addressable memory.

A small grey cell indicates that no memory blocks have been allocated in that region of memory. As soon as a single byte of memory is allocated in a region of memory it will change to a larger grey cell. As more memory in a cell is used, the grey will be filled up with colour showing how much of that 64KB page is currently in use.

The colour in a cell will attempt to show how much fragmentation is occurring in that cell. The colour will range from green (no fragmentation) to red (extreme fragmentation).



In the bottom memory map, you can see individual bytes within a 64KB region, and where allocated memory blocks are located within that region. As in the event streams, memory blocks will be coloured according to their block type.

Additionally, the top left corner of each memory block will be coloured green (valid), yellow (warnings), or red (errors) to give an indication of its validity.