summaryrefslogtreecommitdiff
path: root/Zend/zend_mm.h
Commit message (Expand)AuthorAgeFilesLines
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* - Disable zend_mm for 5.0.0Andi Gutmans2004-07-051-1/+2
* - Don't use ZEND_MM in WindowsAndi Gutmans2004-06-021-1/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* - Add heap to memory manager. This should improve performance.Andi Gutmans2003-07-041-8/+7
* updating license information in the headers.James Cox2003-06-101-1/+1
* add some logic to detect zend_mm, which is really only useful when threadSterling Hughes2003-05-211-1/+7
* leave this off until its more ready/stableSterling Hughes2003-05-211-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+10
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - First attempt to improve memory manager during realloc()'sAndi Gutmans2002-12-091-0/+1
* - Centralize global class fetchAndi Gutmans2002-06-261-1/+1
* - Improve memory manager to allocate small blocks quickly.Andi Gutmans2002-06-241-2/+3
* - Don't keep allocated blocks in a linked list if we're in non-debug modeAndi Gutmans2002-06-241-1/+1
* - Use #ifdef for ZEND_MMAndi Gutmans2002-06-191-1/+2
* - Fix a bug and add code which frees actual allocated segments at the endAndi Gutmans2002-06-171-0/+5
* - Save space per-allocated block.Andi Gutmans2002-06-171-5/+11
* - Remove debug code which doesn't work anymore and add headers.Andi Gutmans2002-06-161-0/+19
* - Commit an initial version of a home made memory manager.Andi Gutmans2002-06-161-0/+31