Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fixed bug #34156 (memory usage remains elevated after memory limit is | Ilia Alshanetsky | 2005-08-18 | 1 | -1/+2 |
| | | | | | reached) | ||||
* | MFH: Nuke duplication | foobar | 2005-04-07 | 1 | -10/+0 |
| | |||||
* | MFH (Fix strdup() bug when USE_ZEND_ALLOC was disabled) | Zeev Suraski | 2005-04-07 | 1 | -0/+9 |
| | |||||
* | - MFH | Andi Gutmans | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -1/+1 |
| | |||||
* | - Should fix mem leak with ZEND_MM. I made this change a while ago and | Andi Gutmans | 2004-07-03 | 1 | -2/+5 |
| | | | | | - rolled it back but I don't remember why. Please test! | ||||
* | - Fix memory manager problem | Andi Gutmans | 2004-05-26 | 1 | -4/+2 |
| | |||||
* | - More fixes | Andi Gutmans | 2004-05-25 | 1 | -18/+16 |
| | |||||
* | - Make fix compile. | Andi Gutmans | 2004-05-25 | 1 | -7/+9 |
| | |||||
* | - Fix memory leak in mem cache in conjunction with Zend MM. How come no one | Andi Gutmans | 2004-05-25 | 1 | -25/+26 |
| | | | | | - noticed this? :) | ||||
* | Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly ↵ | Stefan Esser | 2004-05-10 | 1 | -12/+12 |
| | | | | problems. | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed if() condition. | Ilia Alshanetsky | 2003-10-17 | 1 | -2/+2 |
| | |||||
* | - Fix compile problem. | Andi Gutmans | 2003-10-14 | 1 | -0/+2 |
| | |||||
* | signed/unsigned compiler warning fixes | Hartmut Holzgraefe | 2003-09-26 | 1 | -2/+2 |
| | |||||
* | fixed compiler warning | Georg Richter | 2003-09-25 | 1 | -7/+1 |
| | | | | | removed dead code | ||||
* | Fix warnings | Marcus Boerger | 2003-09-13 | 1 | -1/+1 |
| | |||||
* | Add format attribute to a number of functions | Sascha Schumann | 2003-08-28 | 1 | -0/+4 |
| | | | | | Kill a few warnings | ||||
* | adhere to silence | Zeev Suraski | 2003-08-20 | 1 | -1/+1 |
| | |||||
* | Fix counting number of leaks | Marcus Boerger | 2003-08-20 | 1 | -0/+1 |
| | |||||
* | - Improve tracking | Zeev Suraski | 2003-08-18 | 1 | -5/+6 |
| | | | | | - Fix several overloading issues | ||||
* | Fix warning | Zeev Suraski | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | - Add heap to memory manager. This should improve performance. | Andi Gutmans | 2003-07-04 | 1 | -1/+1 |
| | | | | | | | - Enabling it by default so that it gets tested. We should decide before beta 2 if we want to revert back to malloc or not. - Thanks to Sebastian for benchmarking it | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | no reason to do this at runtime | Sterling Hughes | 2003-05-28 | 1 | -4/+8 |
| | |||||
* | add safe_emalloc | Sascha Schumann | 2003-04-24 | 1 | -0/+28 |
| | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+3 |
| | |||||
* | MFZE2 | Ilia Alshanetsky | 2003-01-10 | 1 | -10/+14 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Allow enabling of memory cache with zend_mm | Andi Gutmans | 2002-12-01 | 1 | -1/+1 |
| | |||||
* | MFZE1 | Zeev Suraski | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -3/+0 |
| | |||||
* | - Fix problem with scope's not changing correctly during method calls. | Andi Gutmans | 2002-06-26 | 1 | -12/+28 |
| | | | | | | - Reapply a tiny optimization to the allocator so that in non-debug mode - we clean memory without detecting leaks. | ||||
* | - More fixes (warnings, bug fixes etc.) | Andi Gutmans | 2002-06-24 | 1 | -15/+19 |
| | |||||
* | - Fix crash bug and clean up a bit. | Andi Gutmans | 2002-06-24 | 1 | -10/+6 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2002-06-24 | 1 | -26/+0 |
| | |||||
* | - Don't use cache if we're using ZEND_MM | Andi Gutmans | 2002-06-24 | 1 | -0/+8 |
| | |||||
* | - Don't keep allocated blocks in a linked list if we're in non-debug mode | Andi Gutmans | 2002-06-24 | 1 | -1/+12 |
| | | | | | - as now the memory manager takes care to nuke all leaking blocks. | ||||
* | - Fix crash when zend_mm_shutdown is called more than once. | Andi Gutmans | 2002-06-22 | 1 | -2/+4 |
| | |||||
* | - MFZE1 | Andi Gutmans | 2002-06-22 | 1 | -20/+9 |
| | |||||
* | - Nuke persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -23/+0 |
| | |||||
* | - Oops, this was supposed to be part of the previous #ifdef ZEND_MM change | Andi Gutmans | 2002-06-19 | 1 | -3/+3 |
| | |||||
* | - Fix a bug and add code which frees actual allocated segments at the end | Andi Gutmans | 2002-06-17 | 1 | -0/+1 |
| | | | | | | - of execution (this still doesn't work because some blocks remain - referenced after the memory manager is killed. | ||||
* | - Commit an initial version of a home made memory manager. | Andi Gutmans | 2002-06-16 | 1 | -4/+13 |
| | | | | | | | - It's just for seeing if this would be an advantage to PHP in MT - environments. If this is to become production material there is still - a long way to go. | ||||
* | Revert. | Sebastian Bergmann | 2002-04-28 | 1 | -0/+17 |
| | |||||
* | MFZE1: If the size-operands of memset are constants, the compiler can turn ↵ | Sebastian Bergmann | 2002-04-27 | 1 | -17/+0 |
| | | | | them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha) | ||||
* | - MFZE1 | Andi Gutmans | 2002-02-26 | 1 | -2/+1 |
| | |||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | MFZE1 | Zeev Suraski | 2001-08-17 | 1 | -1/+1 |
| |