Skip to content

Commit 858d72f

Browse files
author
Colin Robertson
authored
Fix broken links to moved Win32 APIs
Add links to new locations.
1 parent d45c7fc commit 858d72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/tips-for-improving-time-critical-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ For more information, see [Idle Loop Processing](../mfc/idle-loop-processing.md)
119119

120120
Smaller working sets mean better locality of reference, fewer page faults, and more cache hits. The process working set is the closest metric the operating system directly provides for measuring locality of reference.
121121

122-
- To set the upper and lower limits of the working set, use SetProcessWorkingSetSize.
122+
- To set the upper and lower limits of the working set, use [`SetProcessWorkingSetSize`](/windows/win32/api/memoryapi/nf-memoryapi-setprocessworkingsetsize).
123123

124-
- To get the upper and lower limits of the working set, use GetProcessWorkingSetSize.
124+
- To get the upper and lower limits of the working set, use [`GetProcessWorkingSetSize`](/windows/win32/api/memoryapi/nf-memoryapi-getprocessworkingsetsize).
125125

126126
- To view the size of the working set, use Spy++.
127127

0 commit comments

Comments
 (0)