summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed reporting about repeatable "huge" memory leaks.Dmitry Stogov2015-09-221-4/+23
* | Optimize zend_mm_small_size_to_bin()Bob Weinand2015-09-191-11/+13
* | Don't keep dangling pointer.Dmitry Stogov2015-09-101-0/+1
* | Don't inline "slow" and rarely used functions.Dmitry Stogov2015-09-091-0/+31
* | Fixed typo that might cause serious bugs in MM. May be it was the reason of b...Dmitry Stogov2015-09-081-1/+1
* | Use regular huge pages instead of anonymous if available.Dmitry Stogov2015-09-021-1/+12
* | Introduced additional check. Its miss might be the reason of bug #70392 (SIGS...Dmitry Stogov2015-09-021-1/+1
* | Ensure proper data alignmentDmitry Stogov2015-08-311-2/+0
* | Simplified integer overflow checksDmitry Stogov2015-08-281-3/+12
* | Removed useless signal protectionDmitry Stogov2015-08-281-17/+1
* | Fix issues with phpdbg SIGINT handlerBob Weinand2015-08-211-0/+1
* | Mark error and exception functions as "cold" (Matt's idea)Dmitry Stogov2015-08-191-3/+3
* | Reimplemented ability to get debug info (C source file and line number) in ph...Dmitry Stogov2015-08-111-22/+76
* | Fixed bug #70098 (Real memory usage doesn't decrease)Dmitry Stogov2015-08-041-39/+188
* | Added missing API functionsDmitry Stogov2015-07-091-0/+14
* | Replace references to PHP_WIN32 and TSRM_WIN32 with ZEND_WIN32 in Zend/, this...Kalle Sommer Nielsen2015-07-041-1/+1
* | Also try __has_builtin() where builtins are usedBob Weinand2015-06-221-9/+5
* | Reset heap usage statistics on request shutdownDmitry Stogov2015-05-181-0/+1
* | Fixed phpdbg buildDmitry Stogov2015-05-141-1/+1
* | Refactored custom storage API.Dmitry Stogov2015-05-141-28/+65
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-5/+5
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-11/+11
| |\
| | * Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-101-11/+11
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | * fix assembly of safe_address() for x86 and x86_64Nuno Lopes2013-07-031-2/+2
| * | Bump yearXinchen Hui2015-01-151-1/+1