summaryrefslogtreecommitdiff
path: root/Zend/zend_mm.c
Commit message (Expand)AuthorAgeFilesLines
* make win32 debug output more verboseHarald Radi2002-08-071-2/+0
* - Fix some compile problems with the new configure checks.Andi Gutmans2002-07-241-17/+4
* move testing for the alignment values into configure.James Cox2002-07-241-0/+2
* - Hardcode alignment to 8. We might need a configure check for this.Andi Gutmans2002-06-241-0/+4
* - Improve memory manager to allocate small blocks quickly.Andi Gutmans2002-06-241-12/+49
* - Fix small bugAndi Gutmans2002-06-231-0/+2
* - Almost completely implement realloc(). It now resizes in place whenAndi Gutmans2002-06-231-29/+53
* - Fix crash when zend_mm_shutdown is called more than once.Andi Gutmans2002-06-221-0/+3
* - Make sure MAX is definedAndi Gutmans2002-06-191-2/+5
* - Improve speed of alignment calculationAndi Gutmans2002-06-171-2/+3
* - Fix a bug and add code which frees actual allocated segments at the endAndi Gutmans2002-06-171-6/+22
* - Save space per-allocated block.Andi Gutmans2002-06-171-18/+17
* - Remove debug code which doesn't work anymore and add headers.Andi Gutmans2002-06-161-95/+19
* - Commit an initial version of a home made memory manager.Andi Gutmans2002-06-161-0/+320