summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/malloc
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-193-584/+0
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-111-0/+2
* Documented (slightly) the USE_CACHE_ALIGNED define, for the standaloneJack Jansen1997-05-292-2/+13
* DisposPtr -> DisposePtrJack Jansen1997-04-081-1/+1
* Make cache-alignment work always (in stead of 50% of the time:-)Jack Jansen1997-02-241-1/+1
* The USE_CACHE_ALIGNING define now has a value: the number of *words*Jack Jansen1997-02-031-4/+11
* Optionally (on USE_CACHE_ALIGN) extend overhead structure to alignJack Jansen1997-02-011-0/+7
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-231-1/+3
* Added VCHECK compile time option that fills allocated and freed blocksJack Jansen1996-09-301-0/+7
* Seems I had never checked the README file in...Jack Jansen1995-08-311-0/+80
* Removed unused varJack Jansen1995-08-311-1/+1
* reallocing large blocks now doesn't copy if not neededJack Jansen1995-01-221-1/+14
* Fast (and correct) malloc for MetroWerks PPC compilerJack Jansen1995-01-182-0/+455