摘要:
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)