Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Centralize global class fetch | Andi Gutmans | 2002-06-26 | 1 | -1/+1 |
* | - Improve memory manager to allocate small blocks quickly. | Andi Gutmans | 2002-06-24 | 1 | -2/+3 |
* | - Don't keep allocated blocks in a linked list if we're in non-debug mode | Andi Gutmans | 2002-06-24 | 1 | -1/+1 |
* | - Use #ifdef for ZEND_MM | Andi Gutmans | 2002-06-19 | 1 | -1/+2 |
* | - Fix a bug and add code which frees actual allocated segments at the end | Andi Gutmans | 2002-06-17 | 1 | -0/+5 |
* | - Save space per-allocated block. | Andi Gutmans | 2002-06-17 | 1 | -5/+11 |
* | - Remove debug code which doesn't work anymore and add headers. | Andi Gutmans | 2002-06-16 | 1 | -0/+19 |
* | - Commit an initial version of a home made memory manager. | Andi Gutmans | 2002-06-16 | 1 | -0/+31 |