DevDevin

  Home  |   Contact  |   Syndication    |   Login
  105 Posts | 0 Stories | 37 Comments | 29 Trackbacks

News

Archives

Post Categories

Blogworthy

Design Patterns

Recommended Books

Alright, if you need to get down to the nitty gritty of Windows memory management like I have to right now, then you don't want to miss these four articles (one of which I posted earlier but will include here again for the sake of comprehensiveness and conveniance).

The Virtual-Memory Manager in Windows NT: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/msdn_ntvmm.asp

Managing Virtual Memory in Win32: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/msdn_virtmm.asp

Managing Memory-Mapped Files in Win32: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/msdn_manamemo.asp

Managing Heap Memory in Win32: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dngenlib/html/msdn_heapmm.asp

 

posted on Monday, May 22, 2006 9:13 PM