summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-11-131-752/+0
* MFZE1Zeev Suraski2002-08-081-1/+1
* make win32 debug output more verboseHarald Radi2002-08-071-3/+0
* - Fix problem with scope's not changing correctly during method calls.Andi Gutmans2002-06-261-12/+28
* - More fixes (warnings, bug fixes etc.)Andi Gutmans2002-06-241-15/+19
* - Fix crash bug and clean up a bit.Andi Gutmans2002-06-241-10/+6
* - MFZE1Andi Gutmans2002-06-241-26/+0
* - Don't use cache if we're using ZEND_MMAndi Gutmans2002-06-241-0/+8
* - Don't keep allocated blocks in a linked list if we're in non-debug modeAndi Gutmans2002-06-241-1/+12
* - Fix crash when zend_mm_shutdown is called more than once.Andi Gutmans2002-06-221-2/+4
* - MFZE1Andi Gutmans2002-06-221-20/+9
* - Nuke persist_alloc().Andi Gutmans2002-06-221-23/+0
* - Oops, this was supposed to be part of the previous #ifdef ZEND_MM changeAndi Gutmans2002-06-191-3/+3
* - Fix a bug and add code which frees actual allocated segments at the endAndi Gutmans2002-06-171-0/+1
* - Commit an initial version of a home made memory manager.Andi Gutmans2002-06-161-4/+13
* Revert.Sebastian Bergmann2002-04-281-0/+17
* MFZE1: If the size-operands of memset are constants, the compiler can turn th...Sebastian Bergmann2002-04-271-17/+0
* - MFZE1Andi Gutmans2002-02-261-2/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1Zeev Suraski2001-08-171-1/+1
* WhitespaceZeev Suraski2001-08-111-3/+3
* Fix bugletZeev Suraski2001-08-031-1/+1
* Fix macroZeev Suraski2001-08-031-1/+1
* Implement fast memory allocation and reduced fragmentation under Windows.Zeev Suraski2001-08-031-5/+33
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-8/+8
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
* - Fix the memory limit fix.Andi Gutmans2001-06-301-1/+1
* Fix memory_limit, kill warningZeev Suraski2001-06-291-0/+5
* - Fix memory fragmention problem which could lead to web server processesAndi Gutmans2001-06-191-7/+15
* reset allocated_memory_peak after each request.Thies C. Arntzen2001-05-181-0/+1
* Fix buildZeev Suraski2001-05-171-0/+1
* Fix buildZeev Suraski2001-05-171-1/+1
* Merge memory usage into memory limitZeev Suraski2001-05-161-21/+7
* added --enable-memory-usage-infoThies C. Arntzen2001-05-111-0/+23
* - Try to solve crash on OS400. There is actually no reason I can see forAndi Gutmans2001-04-301-5/+6
* - Improve overwrite detection in debug mode.Andi Gutmans2001-04-291-22/+23
* - Just some little whitespace stuff.Andi Gutmans2001-04-281-24/+24
* - Don't add/remove cached memory blocks from blocks list as this will slowAndi Gutmans2001-04-281-7/+1
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
* small beautificationZeev Suraski2001-04-171-5/+5
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Remove backward dependency from PHP -> ZendZeev Suraski2001-01-071-1/+1
* Forgot to commit the non-debug build fix yesterday...Zeev Suraski2000-11-181-6/+2
* Add thread-safety debugging information (idea - Dmitri Dmitrienko)Zeev Suraski2000-11-181-0/+32
* - Fix fprintfAndi Gutmans2000-10-041-1/+1
* Fix build with no memory_limitZeev Suraski2000-08-191-0/+4
* Fix memory_limitZeev Suraski2000-08-191-5/+14
* Nuke a warningZeev Suraski2000-06-241-1/+1