summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Take small blocks cache into account in memory_get_usage()Arnaud Le Blanc2009-05-301-1/+5
* - MFH: Fixed bug #47852 (Compilation failure in zend_alloc.c) (Matteo)Felipe Pena2009-04-011-0/+5
* Fixed warningDmitry Stogov2009-03-201-0/+4
* MFH: Fix compiler warning. munmap expects a void pointer.David Soria Parra2009-01-251-1/+1
* MFH: Fix WSDavid Soria Parra2009-01-251-4/+4
* MFH: Patch by David Soria Parra <dsp@php.net>.Sebastian Bergmann2009-01-251-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed ability to use "internal" heaps in extensions.Dmitry Stogov2008-10-301-3/+13
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-9/+11
* remove unneeded defineStanislav Malyshev2008-08-011-1/+0
* Optimized ZEND_SIGNED_MULTIPLY_LONG() (Matt)Dmitry Stogov2008-07-241-0/+13
* Added check for small ZEMD_MM_SEG_SIZEDmitry Stogov2008-07-211-0/+3
* MFH: Fixed error message typoMatt Wilmas2008-05-111-1/+1
* Fixed bug #44069 (Huge memory usage with concatenation using . instead of .=)Dmitry Stogov2008-02-141-1/+7
* Increased Zend MM cache sizeDmitry Stogov2008-01-241-1/+1
* oops..Antony Dovgal2008-01-151-1/+1
* MFH: rename macrosAntony Dovgal2008-01-151-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* x86_64 assembler optimization (Brain Shire)Dmitry Stogov2007-12-201-5/+35
* Macro definitions are moved to zend.hDmitry Stogov2007-11-211-5/+0
* Fixed windows build (Rob)Dmitry Stogov2007-11-061-15/+15
* Allow user defined malloc/realloc/freeDmitry Stogov2007-11-061-3/+22
* Added ability to control memory consumption between request using ZEND_MM_COM...Dmitry Stogov2007-10-251-2/+17
* Added "compact" handler for Zend MM storage.Dmitry Stogov2007-09-291-13/+15
* Fixed bug #41713 (Persistent memory consumption on win32 since 5.2)Dmitry Stogov2007-07-251-0/+9
* MFHAntony Dovgal2007-05-281-6/+6
* WIN64 supportDmitry Stogov2007-04-161-4/+14
* Fixed 64-bit supportDmitry Stogov2007-04-091-12/+18
* Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)Dmitry Stogov2007-03-231-0/+44
* Improved Zend Memory Manager to guarantee reasonable time for worst cases of ...Dmitry Stogov2007-03-201-329/+600
* MFH: fix #40800 (cannot disable memory_limit with -1)Antony Dovgal2007-03-141-1/+1
* Fixed bug #40770 (Apache child exits when PHP memory limit reached)Dmitry Stogov2007-03-121-0/+3
* MFH: declare zend_mm_random() only when neededAntony Dovgal2007-03-061-0/+2
* MFH: fix heap protection on SPARC, required by GCC4Antony Dovgal2007-02-191-3/+3
* fix typoAntony Dovgal2007-02-161-1/+1
* add safe_reallocStanislav Malyshev2007-02-161-0/+52
* Enable canary protection in DEBUG mode only.Dmitry Stogov2007-02-011-1/+1
* Fixed bug #40076 (zend_alloc.c: Value of enumeration constant must be in rang...Dmitry Stogov2007-01-091-9/+7
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed possible size_t overflowDmitry Stogov2006-12-251-6/+17
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-201-74/+9
* Fixed random generation of cookies and canariesDmitry Stogov2006-12-181-24/+57
* MFH: __builtin_expect() exists only in GCC 3.0 and higherDmitry Stogov2006-12-181-1/+1
* - I prefer cookie to be the first element.Andi Gutmans2006-12-151-2/+2
* Added internal heap protectionDmitry Stogov2006-12-151-95/+254
* Fixed possible failureDmitry Stogov2006-12-081-5/+4
* Fixed bug #38274 (Memlimit fatal error sent to "wrong" stderr when using fast...Dmitry Stogov2006-12-041-4/+33
* Bug #39438 (Fatal error: Out of memory)Dmitry Stogov2006-12-011-11/+11
* typoDmitry Stogov2006-12-011-1/+1
* Fixed bug #39702 (php crashes in the allocator on linux-m68k)Dmitry Stogov2006-12-011-0/+7