index
:
~cloos/ghostpdl
Type3_PCL
ghostpdl-9.03
gs904
gs905
libs-update
master
memcpy-fix
mooscript
patt_trans_clist
psd16
Clone of git://git.ghostscript.com/ghostpdl.git.
cloos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pl
/
plalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-19
Indent with spaces and strip trailing whitespace.
Tor Andersson
1
-2
/
+2
2010-06-17
Integrate Ray Johnston's chunk allocator as the primary allocator for
Henry Stiles
1
-13
/
+13
2010-06-14
A new debug configuration definition so the languages (pcl, pclxl, and
Henry Stiles
1
-0
/
+4
2010-04-29
Remove the 'parent' parameter from gs_malloc_init calls. It only serves to
Robin Watts
1
-1
/
+1
2009-03-26
Remove allocator debugging code as this scheme will not work with
Henry Stiles
1
-5
/
+0
2009-03-19
For a debug build we stack up 2 heap allocators instead of using 1 heap
Henry Stiles
1
-0
/
+4
2009-03-08
Be explicit that we're casting away the extra members of the
Ralph Giles
1
-1
/
+1
2009-03-08
Check for gs_malloc_init() failure before passing the result to
Ralph Giles
1
-4
/
+7
2009-03-03
This change deprecates the pl allocator and reintigrates pcl with the
Henry Stiles
1
-532
/
+8
2007-09-25
Replace the 'private' define with the now standard C keyword 'static'.
Ralph Giles
1
-29
/
+29
2007-02-28
cleanup compiler warnings and dead code in anticipation of a release. No
Henry Stiles
1
-3
/
+2
2007-01-18
implement finalization in the small allocator. This fixes some
Henry Stiles
1
-1
/
+4
2006-09-19
Warning: These changes have not been completely tested or are
Henry Stiles
1
-5
/
+0
2006-09-07
Merge the gs853merge branch down into the trunk. This ports ghostpcl and
Ralph Giles
1
-8
/
+9
2006-04-24
Changed Wild pointer code to just spew instead and
Stefan Kemper
1
-3
/
+5
2006-04-07
Fixes for 64bit linux pointer math in plalloc.c
Stefan Kemper
1
-13
/
+15
2006-01-12
Fixed printf format string argument missmatch warnings.
Stefan Kemper
1
-6
/
+6
2005-01-02
Warning cleanup,
Stefan Kemper
1
-0
/
+2
2003-10-07
Removing global variables:
Stefan Kemper
1
-98
/
+27
2003-10-01
Changed name of pl_stdio_t to gs_lib_ctx_t.
Stefan Kemper
1
-2
/
+2
2003-09-06
Added pl_stdio under the gs_memory_t. This provides a single
Stefan Kemper
1
-21
/
+26
2003-05-02
*** empty log message ***
Henry Stiles
1
-3
/
+5
2003-03-18
"catch-the-leaked-malloc-call" code for debug only. Each allocation
Henry Stiles
1
-4
/
+26
2003-01-22
Fix incorrect reset of memory free list.
Stefan Kemper
1
-1
/
+1
2002-11-14
fixed bad checkin.
Stefan Kemper
1
-1
/
+1
2002-11-14
Added a second memory list one for job memory one for pjl scoped memory.
Stefan Kemper
1
-36
/
+96
2002-10-02
Adds client name to recovered block output (diagnostic).
Henry Stiles
1
-4
/
+6
2002-09-25
fixed compile error in non debug build.
Stefan Kemper
1
-1
/
+5
2002-09-03
improves a diagnostic message and removes obsolete memory status code.
Henry Stiles
1
-1
/
+1
2002-08-28
Added a PL_KEEP_GLOBAL_FREE_LIST option in plalloc.h
Stefan Kemper
1
-2
/
+112
2002-03-16
Brackets gs_debug_c with #ifdef DEBUG in pl_free_object() and
Henry Stiles
1
-1
/
+4
2001-08-16
Experimental:
Stefan Kemper
1
-1
/
+6
2001-08-16
Added conditional compile code based on linkage with Postscript interpreter.
Stefan Kemper
1
-4
/
+28
2001-06-08
fixes syntax errors discovered with the Sun C Workshop Compiler.
Henry Stiles
1
-9
/
+10
2001-06-08
The pl_mem structure was missing a stable allocator. This can be a self
Ray Johnston
1
-1
/
+1
2001-04-27
Code changes for pcl reentrancy and miscellaneous items for the 1.35
Henry Stiles
1
-5
/
+67
2001-04-02
Override the standard gs allocator with a very simple allocator based
Henry Stiles
1
-0
/
+316