summaryrefslogtreecommitdiff
path: root/pl
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2006-10-10 22:45:04 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2006-10-10 22:45:04 +0000
commitbb34b10a188bced6ecf94376b4d8d97dd7aa23b9 (patch)
tree94b7d51774ba3f9b307f56125f4087a5efa8fce5 /pl
parent92210a40ef61778f038bc1d6451b2e935a21319c (diff)
Pulling wrapped memory functions matches gs commit r7098.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2623 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl')
-rw-r--r--pl/plmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pl/plmain.c b/pl/plmain.c
index 748d8de7f..610eedbd8 100644
--- a/pl/plmain.c
+++ b/pl/plmain.c
@@ -448,9 +448,12 @@ pl_main(
#ifdef DEBUG
if ( gs_debug_c(':') ) {
+#if 0
+/* pulling wrapped memory allocators */
gs_malloc_memory_t *rawheap = gs_malloc_wrapped_contents(mem);
pl_print_usage(&inst, "Final");
dprintf1("%% Max allocated = %ld\n", rawheap->max_used);
+#endif
}
#endif