查看文章 |
heapLib.js的一个问题请教
2008-12-30 15:57
在IE 7中分配内存能够成功,但是释放却存在问题,比如代码: heap.lookaside(272, 2); Windbg调试输出: DEBUG: Freeing blocks to the lookaside alloc(0x110) = 0x353b9e0 alloc(0x110) = 0x353baf8 DEBUG: Flushing the OLEAUT32 cache free(0x353baf8), size=0x50a8 free(0x353b9e0), size=0x5390 同样的内存块,释放时的size却不一样,有谁知道是啥问题吗? |
最近读者: