瀏覽代碼
Merged revisions 3873 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk
........
r3873 | florian | 2006-06-16 19:50:41 +0200 (Fr, 16 Jun 2006) | 2 lines
* don't check pointers in the heap trace unit fixes #7050
........
git-svn-id: branches/fixes_2_0@3874 -
florian
19 年之前
|
@@ -15,6 +15,7 @@
|
|
|
unit heaptrc;
|
|
|
interface
|
|
|
|
|
|
+{$checkpointer off}
|
|
|
{$goto on}
|
|
|
|
|
|
Procedure DumpHeap;
|