summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/malloc
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-193-584/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-0/+2
| | | | | | needed header files included.
* Documented (slightly) the USE_CACHE_ALIGNED define, for the standaloneJack Jansen1997-05-292-2/+13
| | | | distribution
* 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
| | | | in a cacheline.
* Optionally (on USE_CACHE_ALIGN) extend overhead structure to alignJack Jansen1997-02-011-0/+7
| | | | returned addresses on 16-byte cacheline boundary.
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* 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
| | | | with garbage.
* 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