summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-10/+0
* | | Revert "Changed zend_smart_str allocation granularity to do the better job to...Dmitry Stogov2015-04-161-0/+10
* | | Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-10/+0
* | | Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlersXinchen Hui2015-03-091-0/+3
* | | Revert "Fixed memleak while using custom mm"Xinchen Hui2015-03-091-3/+0
* | | Fixed memleak while using custom mmXinchen Hui2015-03-091-0/+3
* | | Revert "Fixed memleak in alloc_globals_ctor"Xinchen Hui2015-03-091-3/+0
* | | Minimize copying of HashTable realocationDmitry Stogov2015-03-051-5/+19
* | | Fixed memleak in alloc_globals_ctorReeze Xia2015-02-281-0/+3
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | | old_size is already knownDmitry Stogov2015-01-191-1/+0
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | cleanupAnatol Belski2015-01-141-8/+1
* | | depending on declaration the tsrm cache pointer might be unavailableAnatol Belski2014-12-161-1/+1
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-4/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-36/+24
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-051-6/+23
|\ \ \
| * | | Fixed improper memory releaseDmitry Stogov2014-12-021-1/+3
| * | | Support for different CPU page sizesDmitry Stogov2014-12-021-5/+20
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-271-0/+13
|\ \ \ \ | |/ / /
| * | | Fixed compilation warningsDmitry Stogov2014-11-271-0/+13
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-2/+2
|\ \ \ \ | |/ / /