diff options
Diffstat (limited to 'tools/gslite/gslt_alloc.h')
-rw-r--r-- | tools/gslite/gslt_alloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gslite/gslt_alloc.h b/tools/gslite/gslt_alloc.h index e4185bfca..280a20dbd 100644 --- a/tools/gslite/gslt_alloc.h +++ b/tools/gslite/gslt_alloc.h @@ -1,3 +1,5 @@ /* A simple memory allocator, based on the the allocator for ghostpcl */ gs_memory_t *gslt_alloc_init(void); +void gslt_alloc_print_leaks(void); + |