您的位置:首页 > 其它

Memory Management in Windows

2010-10-15 11:01 501 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: