2010年6月30日

摘要: Heap fragmentation is a state in which available memory is broken into small, noncontiguous blocks. When a heap is fragmented, memory allocation can fail even when the total available memory in the heap is enough to satisfy a request, because no single block of memory is large enough. The low-fragme 阅读全文
posted @ 2010-06-30 14:16 做个不善的人 阅读(1519) 评论(0) 推荐(0)
 
摘要: Heap Verifier Stops Attempt To Destroy Process Heap It is incorrect to try to destroy the default process heap (the one returned by GetProcessHeap() interface). Corrupted End Stamp of Block Header This stop occurs when the end stamp of the header of the block is corrupted. This happens during buffe. 阅读全文
posted @ 2010-06-30 11:03 做个不善的人 阅读(1496) 评论(0) 推荐(0)
 
摘要: An optional entry point into a dynamic-link library (DLL). When the system starts or terminates a process or thread, it calls the entry-point function for each loaded DLL using the first thread of the process. The system also calls the entry-point function for a DLL when it is loaded or unloaded usi 阅读全文
posted @ 2010-06-30 11:02 做个不善的人 阅读(213) 评论(0) 推荐(0)