为什么不开源内存优化函数
#2500
-
|
为什么没有开源PageOtherTest.MemoryOptimizeInternal()? |
Beta Was this translation helpful? Give feedback.
Answered by
LTCatt
Aug 18, 2023
Replies: 2 comments 2 replies
-
|
其实就是swap,简单( |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Private Declare Function NtSetSystemInformation Lib "ntdll.dll" (SystemInformationClass As Integer, SystemInformation As IntPtr, SystemInformationLength As Integer) As UInteger |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zkitefly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Private Declare Function NtSetSystemInformation Lib "ntdll.dll" (SystemInformationClass As Integer, SystemInformation As IntPtr, SystemInformationLength As Integer) As UInteger