summaryrefslogtreecommitdiff
path: root/Zend/zend_mm.h
Commit message (Expand)AuthorAgeFilesLines
* - 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