Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 | |
| | ||||||
* | Fix buglet | Zeev Suraski | 2001-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fix macro | Zeev Suraski | 2001-08-03 | 1 | -1/+1 | |
| | ||||||
* | Implement fast memory allocation and reduced fragmentation under Windows. | Zeev Suraski | 2001-08-03 | 1 | -5/+33 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -8/+8 | |
| | ||||||
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | - Fix the memory limit fix. | Andi Gutmans | 2001-06-30 | 1 | -1/+1 | |
| | ||||||
* | Fix memory_limit, kill warning | Zeev Suraski | 2001-06-29 | 1 | -0/+5 | |
| | ||||||
* | - Fix memory fragmention problem which could lead to web server processes | Andi Gutmans | 2001-06-19 | 1 | -7/+15 | |
| | | | | | growing much more than they should. (bug #11344?) | |||||
* | reset allocated_memory_peak after each request. | Thies C. Arntzen | 2001-05-18 | 1 | -0/+1 | |
| | ||||||
* | Fix build | Zeev Suraski | 2001-05-17 | 1 | -0/+1 | |
| | ||||||
* | Fix build | Zeev Suraski | 2001-05-17 | 1 | -1/+1 | |
| | ||||||
* | Merge memory usage into memory limit | Zeev Suraski | 2001-05-16 | 1 | -21/+7 | |
| | ||||||
* | added --enable-memory-usage-info | Thies C. Arntzen | 2001-05-11 | 1 | -0/+23 | |
| | ||||||
* | - Try to solve crash on OS400. There is actually no reason I can see for | Andi Gutmans | 2001-04-30 | 1 | -5/+6 | |
| | | | | | why his fix should solve a crash but it doesn't harm. | |||||
* | - Improve overwrite detection in debug mode. | Andi Gutmans | 2001-04-29 | 1 | -22/+23 | |
| | ||||||
* | - Just some little whitespace stuff. | Andi Gutmans | 2001-04-28 | 1 | -24/+24 | |
| | ||||||
* | - Don't add/remove cached memory blocks from blocks list as this will slow | Andi Gutmans | 2001-04-28 | 1 | -7/+1 | |
| | | | | | - down performance a bit. | |||||
* | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 1 | -1/+1 | |
| | ||||||
* | small beautification | Zeev Suraski | 2001-04-17 | 1 | -5/+5 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | - Remove backward dependency from PHP -> Zend | Zeev Suraski | 2001-01-07 | 1 | -1/+1 | |
| | | | | | | | - Rename get_ini_entry() as get_configuration_directive() for clarity (it doesn't use the INI subsystem, but the module-supplied function for retrieving configuration directives) | |||||
* | Forgot to commit the non-debug build fix yesterday... | Zeev Suraski | 2000-11-18 | 1 | -6/+2 | |
| | ||||||
* | Add thread-safety debugging information (idea - Dmitri Dmitrienko) | Zeev Suraski | 2000-11-18 | 1 | -0/+32 | |
| | ||||||
* | - Fix fprintf | Andi Gutmans | 2000-10-04 | 1 | -1/+1 | |
| | ||||||
* | Fix build with no memory_limit | Zeev Suraski | 2000-08-19 | 1 | -0/+4 | |
| |