|
Coffee Lounge Talk amongst other community members. |
|
LinkBack | Topic Tools | Rate Topic |
|
|||
computer memory mapping
I know this is a long shot but here it goes anyway. I'm looking for some some memory mapping software. I would like something that can show me what is being stored in each block of memory on my particular computer.
I'm dealing with some huge continuous data sets and in order to read in some million plus element matricies I need to have a continous block of memory using matlab.... so I would like to be able to axe certain blocks of memory. Anyway I've posted this on more appropriate forums as well, I just know that someone like Mr. Ebbomega or Rawb might know something off hand. |
|
|||
If you're using Windows you can get the Microsoft Debugging Tools... http://www.microsoft.com/whdc/ddk/de...g/default.mspx
|
|
|||
There used to be tools that I used back in the Windows 3.1 days when QEMM and other memory management tools were the big thing.
It allowed a user to see where programs were located in what memory region and blocks. Then you can try to tweak the memory manager parameters to stack memory resident programs better. I'll go dig through my floppy disks to see if I still have that tool. |