summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | erealloc() optimizationDmitry Stogov2017-11-031-83/+140
|/
* Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-131-1/+19
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-131-1/+19
| |\
| | * Fixed bug #75368 (mmap/munmap trashing on unlucky allocations)Dmitry Stogov2017-10-131-1/+19
* | | Merge branch 'PHP-7.1' into PHP-7.2Sara Golemon2017-09-281-1/+1
|\ \ \ | |/ /
| * | Fix word alignment on ILP64.Sara Golemon2017-09-281-1/+1
* | | further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-2/+2
* | | Delete extra semicolonZiMuyang2017-06-121-1/+1
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-131-9/+0
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-091-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-091-2/+2
| |\ \ | | |/
| | * Fixed bug #73370Nikita Popov2017-03-091-2/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2016-12-141-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-141-1/+1
| |\ \ | | |/
| | * Partially fix bug #70492Nikita Popov2016-12-141-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-10-261-0/+11
|\ \ | |/
| * Fixded bug #72736 (Slow performance when fetching large dataset with mysqli /...Dmitry Stogov2016-10-261-0/+11
| * missed piece for renamingAnatol Belski2016-10-131-4/+4
| * Fix potential overflows in php_pcre_replace_implStanislav Malyshev2016-10-121-15/+2
* | missed piece for renamingAnatol Belski2016-10-141-4/+4
* | Fix potential overflows in php_pcre_replace_implStanislav Malyshev2016-10-141-15/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-241-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-241-2/+2
| |\
| | * Merge branch 'pull-request/2120' into PHP-5.6Christoph M. Becker2016-09-241-2/+2
| | |\
| | | * Fix potential memory issue with USE_ZEND_ALLOC=0Christoph M. Becker2016-09-071-2/+2
| | * | Fix various int size overflows.Stanislav Malyshev2016-09-121-0/+9
| | |/
| | * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| | * Fixed bug #69703 (Use __builtin_clzl on PowerPC) -- Patch by dja at axtens do...Kalle Sommer Nielsen2015-05-281-2/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-12/+12
|\ \ \ | |/ /
| * | Fix bug #72742 - memory allocator fails to realloc small block to large oneStanislav Malyshev2016-08-141-12/+12
* | | Fixed compilation warningsDmitry Stogov2016-06-281-1/+1
* | | Fixed compilation warningsDmitry Stogov2016-06-211-19/+21
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-11/+3
* | | Move builtin_ctzl portability into zend_bitset.hNikita Popov2016-05-171-42/+4
* | | Use unsigned shift to clear the bit.Dmitry Stogov2016-04-291-1/+1
|/ /
* | Disable huge pages in the Zend allocator by defaultRasmus Lerdorf2016-03-221-3/+3
* | Added ability to disable huge pages in Zend Memeory Manager through the envir...Dmitry Stogov2016-03-171-1/+11
* | fix build with clang on WinodwsAnatol Belski2016-03-101-1/+1
* | Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap())Dmitry Stogov2016-02-241-0/+4
* | bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)Dmitry Stogov2015-12-031-5/+5
* | manually apply the typo fix in masterXinchen Hui2015-11-071-6/+6
* | Fix frequent reallocations with many small stringsDmitry Stogov2015-10-271-0/+16
* | Fixed incorrect "peak" memory consumption calculation.Dmitry Stogov2015-10-131-0/+12
* | Cleanup (we keep and reuse size from zend_mm_huge_list)Dmitry Stogov2015-09-221-1/+0