Skip to content

Commit

Permalink
Fix links (Memory)
Browse files Browse the repository at this point in the history
  • Loading branch information
mity committed Jan 13, 2020
1 parent 08432ee commit 20cab3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,8 @@ found useful.

## Memory

* [Stupid memory-mapping tricks](http:https://devblogs.com/b/oldnewthing/archive/2003/10/07/55194.aspx)
* [Creating a shared memory block that can grow in size](http:https://devblogs.com/b/oldnewthing/archive/2015/01/30/10589818.aspx)
* [Stupid memory-mapping tricks](https:https://devblogs.microsoft.com/oldnewthing/20031007-00/?p=42263)
* [Creating a shared memory block that can grow in size](https:https://devblogs.microsoft.com/oldnewthing/20150130-00/?p=44793)
* [Why do I have to pass a valid page protection value to `VirtualAlloc` even if it ignores it?](https://devblogs.microsoft.com/oldnewthing/20171227-00/?p=97656)
* [How can I include/exclude specific memory blocks in user-mode crash dumps?](https://devblogs.microsoft.com/oldnewthing/20181011-00/?p=99945)

Expand Down

0 comments on commit 20cab3d

Please sign in to comment.