Skip to content

Commit 8f3c40a

Browse files
authored
Merge pull request #3596 from pritamso/Broken-link-fix-corob-msft
Broken link fixing
2 parents 673d057 + 858d72f commit 8f3c40a

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](/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)