summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Reduce amount of updated memoryDmitry Stogov2019-01-241-14/+14
* | | Provide is_zend_ptr() function to check if a pointer lays in Zend MM heap.Dmitry Stogov2018-12-121-0/+34
* | | Support huge pages on FreeBSDDavid Carlier2018-11-271-0/+3
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-171-4/+8
|\ \ \ | |/ /
| * | Allow switching back to Zend MM heap.Dmitry Stogov2018-09-171-4/+8
* | | Remove __USE_GNU definesNikita Popov2018-09-171-3/+0
* | | Remove unused MREMAP_MAYMOVE compatibility defineNikita Popov2018-09-171-3/+0
* | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-10/+5
* | | Merge branch 'PHP-7.3'Nikita Popov2018-09-071-2/+6
|\ \ \ | |/ /
| * | Support fixed address mmap without replacementDavid Carlier2018-09-071-2/+6
* | | Merge branch 'PHP-7.3'Remi Collet2018-08-291-8/+3
|\ \ \ | |/ /
| * | Revert "Support fixed address mmap without replacement"Remi Collet2018-08-291-7/+2
| * | Revert "Don't report mmap failure if it is expected"Remi Collet2018-08-291-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2018-08-221-1/+1
|\ \ \ | |/ /
| * | Don't report mmap failure if it is expectedDavid Carlier2018-08-221-1/+1
* | | Merge branch 'PHP-7.3'Nikita Popov2018-08-211-2/+7
|\ \ \ | |/ /
| * | Support fixed address mmap without replacementDavid Carlier2018-08-211-2/+7
* | | Fix some misspellingsGabriel Caruso2018-08-121-2/+2
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Micro-optimizationsDmitry Stogov2018-06-061-5/+8
* | Bit test optimizationDmitry Stogov2018-05-081-1/+1
* | micro optimisationDmitry Stogov2018-05-071-5/+17
* | Added missing #if to allow compilation withput ZEND_MM_CUSTOMDmitry Stogov2018-01-151-9/+11
* | year++Xinchen Hui2018-01-021-1/+1
* | Fixed inaccurate conditionDmitry Stogov2017-11-071-1/+1
* | Unused varXinchen Hui2017-11-061-2/+0