Skip to content

Commit b3811ee

Browse files
author
Colin Robertson
authored
Merge pull request #3182 from MicrosoftDocs/master637586838720096089
Repo sync for protected CLA branch
2 parents 27d6186 + 1cd5f2d commit b3811ee

File tree

2 files changed

+472
-422
lines changed

2 files changed

+472
-422
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](/windows/win32/api/winbase/nf-winbase-getprocessworkingsetsize).
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](/windows/win32/api/winbase/nf-winbase-setprocessworkingsetsize).
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)