summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Use VM_MAKE_TAG for macos memory tagDavid CARLIER2021-02-151-1/+2
* Replace zend_bool uses with boolNikita Popov2021-01-151-2/+2
* Fix ubsan error on MacLevi Morrison2020-12-161-1/+1
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-9/+8
* Fix tracked_reallocNikita Popov2020-08-281-9/+21
* Enforce memory limit in tracked allocation modeNikita Popov2020-08-271-16/+43
* Drop the unneeded pointer castingtangl1632020-08-031-2/+2
* Add crude memory limit to tracked allocNikita Popov2020-04-211-1/+17
* Merge branch 'PHP-7.4'Dmitry Stogov2020-02-271-0/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-02-271-0/+1
| |\
| | * Fixed incorrect behavior of internal memory debuggerDmitry Stogov2020-02-271-0/+1
| * | Reverting push to wrong repoRasmus Lerdorf2019-10-231-27/+6
| * | Update alloc patchRasmus Lerdorf2019-10-231-6/+27
* | | Fix miscellaneous typos in docs and error messagesTyson Andre2019-10-281-1/+1
|/ /
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-041-2/+7
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-041-2/+7
| |\
| | * Fix #78620: Out of memory errorChristoph M. Becker2019-10-041-2/+7
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-021-5/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-021-5/+0
| |\ \ | | |/
| | * Revert "Fix #78620: Out of memory error"Christoph M. Becker2019-10-021-5/+0
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-10-021-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-10-021-0/+5
| |\ \ | | |/
| | * Fix #78620: Out of memory errorChristoph M. Becker2019-10-021-0/+5
* | | Monitoring anonymous pages on mac via vmmap tagDavid Carlier2019-09-171-2/+11
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-261-5/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-261-5/+5
| |\ \ | | |/
| | * Fix overflow in memory limit checksNikita Popov2019-08-261-5/+5
* | | Fix custom heap freeNikita Popov2019-06-281-1/+7
* | | Add tracked allocator modeNikita Popov2019-06-271-11/+71
* | | Fix shift UB in constantsNikita Popov2019-06-191-1/+1
* | | Fix conditional compilationAnatol Belski2019-05-291-3/+5
* | | Avoid cold code duplicationDmitry Stogov2019-05-291-30/+34
* | | Remove unused functionsPeter Kokot2019-05-081-44/+0
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-3/+1
* | | Remove HAVE_LIMITS_HPeter Kokot2019-04-071-2/+0
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+10
* | | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-1/+0
* | | Fix shifting signed values too farStanislav Malyshev2019-03-061-2/+2
* | | Unused parameterDmitry Stogov2019-03-011-5/+5
* | | Keep original debug infoDmitry Stogov2019-03-011-3/+3
* | | Fix typos in code comments in Zend/ [skip ci]Tyson Andre2019-02-181-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-02-181-8/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-181-8/+7
| |\ \ | | |/
| | * Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGESNikita Popov2019-02-181-7/+8
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Use mremap in zend_mm_chunk_extend if availableNikita Popov2019-02-181-6/+18
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Don't hide real peak usage.Dmitry Stogov2019-01-251-4/+0