summaryrefslogtreecommitdiffstats
path: root/generic/tclAlloc.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused varmig_alloc_reform_Z2mig2013-01-031-1/+0
* now working, configuration still to domig2013-01-031-44/+14
* *BROKEN* First steps towards choosing allocators at load timemig2013-01-031-942/+73
* remove the refcounts and NEW_PRESERVE from zippy: it only works for Tcl_Alloc...mig2013-01-021-232/+0
* add finalization code; needed?mig2011-03-241-0/+15
* slightly faster inUse computationmig2011-03-241-18/+21
* fix commentsmig2011-03-241-5/+4
* bugfix in new Tcl_Preservemig2011-03-241-2/+2
* completely new Tcl_Preserve implementation under Zippy, should be *much* fast...mig2011-03-231-84/+250
* fix multi->purify, some cleanupmig2011-03-231-101/+109
* ifdefery now ok? testing all build options on core.tcl.tkmig2011-03-221-2/+1
* parensmig2011-03-221-1/+1
* slightly clearer ifdeferymig2011-03-221-42/+25
* fix ifdeferymig2011-03-221-31/+30
* separate Tcl_Obj free lists from blocks, was having weird perf issues possibl...mig2011-03-221-430/+468
* better checks for allocator variantmig2011-03-221-34/+28
* simpler initializationmig2011-03-211-9/+4
* small optsmig2011-03-211-4/+10
* early return on freeing a NULL pointermig2011-03-191-4/+4
* remove stray panic set for debuggingmig2011-03-191-1/+0
* uninited var in last commitmig2011-03-191-1/+3
* look at all blocks in this thread before looking in the shared cachemig2011-03-191-8/+16
* let TclAllocMaximize maintain zippys statsmig2011-03-181-1/+8
* New function TclAllocMaximize(). Let tclListObj.c find out the real allocated...mig2011-03-181-10/+60
* development branch for allocator changesmig2011-03-181-468/+1016
* MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-2/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-5/+7
| | * s/amount/amt/ [Bug 1800153]das2007-09-221-2/+2
| | * * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-13/+21
| | * * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-281-2/+2
| * | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-5/+7
* | | Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-2/+1
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-5/+5
* | | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-5/+7
|/ /
* | * generic/tclAlloc.c:Miguel Sofer2007-12-171-13/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-21/+27
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-26/+26
* | Getting more systematic about styledkf2005-07-191-96/+129
* | More mnemonic variable names, better brace usage.dkf2004-10-061-143/+151
* | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp2004-05-041-3/+2
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-2/+2
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
|/
* * generic/tclAlloc.c:hobbs2002-04-231-1/+9
* reversed accidental commit of unfinished sourceshobbs2002-02-271-946/+2