MemProof检测我的程序的内存泄漏有3000多处(程序代码有近万行,几十个页面),但大多是几个字节,并且大多是非对象的泄漏,请问这正常吗?另外还有几处报告我不是很清楚:
VirtualAlloc reserves or commits a region of pages in the virtual address space of the calling process.
The allocated pages must be freed with VirtualFree when no longer needed.  
kernel32.dll