History log of /PHP-7.1/Zend/zend_alloc.c (Results 26 – 50 of 383)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.19, php-5.5.33, php-7.0.4
# 0b9c87a0 24-Feb-2016 Dmitry Stogov

Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap())


Revision tags: php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32, php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 97a9470d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


# 3537e95d 02-Jan-2016 Xinchen Hui

bump year which is missed in rev 49493a2


Revision tags: php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1
# 59424bb7 03-Dec-2015 Dmitry Stogov

Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)


Revision tags: php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1
# 83de5364 08-Nov-2015 Xinchen Hui

manually apply the typo fix in master


Revision tags: php-5.6.15
# 8e83ea6e 28-Oct-2015 Markus Staab

fixed another comment typo


# 08c97ea0 27-Oct-2015 Markus Staab

fixed typo


# b83782e6 27-Oct-2015 Markus Staab

fixed another comment typo


# 058a7ab5 27-Oct-2015 Markus Staab

fixed typo in comment

introduced in eb32da13cd4f5dd0dae0e07a8f0b6c42d5678f5f


Revision tags: php-7.0.0RC6
# eb32da13 27-Oct-2015 Dmitry Stogov

Fix frequent reallocations with many small strings


Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# d949c3b6 13-Oct-2015 Dmitry Stogov

Fixed incorrect "peak" memory consumption calculation.


Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4
# 04bcce3c 22-Sep-2015 Dmitry Stogov

Cleanup (we keep and reuse size from zend_mm_huge_list)


# c61604b9 22-Sep-2015 Dmitry Stogov

Fixed reporting about repeatable "huge" memory leaks.


# 08e253cd 19-Sep-2015 Bob Weinand

Optimize zend_mm_small_size_to_bin()
It removes a cmov operation and has a much faster branch for small allocations (especially when handling strings) (<= 64 bytes)


Revision tags: php-5.6.14RC1, php-7.0.0RC3
# 1b8bf059 10-Sep-2015 Dmitry Stogov

Don't keep dangling pointer.


# ac83eaef 09-Sep-2015 Dmitry Stogov

Don't inline "slow" and rarely used functions.


# aa3fd8c8 08-Sep-2015 Dmitry Stogov

Fixed typo that might cause serious bugs in MM. May be it was the reason of bug #70392 (SIGSEGV during PHP shutdown).


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29
# 6848cb3f 02-Sep-2015 Dmitry Stogov

Use regular huge pages instead of anonymous if available.


# 111bd5d8 02-Sep-2015 Dmitry Stogov

Introduced additional check. Its miss might be the reason of bug #70392 (SIGSEGV during PHP shutdown)


Revision tags: php-5.4.45
# 89aa1b73 31-Aug-2015 Dmitry Stogov

Ensure proper data alignment


# 87f0f771 28-Aug-2015 Dmitry Stogov

Simplified integer overflow checks


# 5d15d2b2 28-Aug-2015 Dmitry Stogov

Removed useless signal protection


# 76e3e99d 21-Aug-2015 Bob Weinand

Fix issues with phpdbg SIGINT handler
Also fix valgrind warnings in allocator when not using mmap()ed memory


Revision tags: php-5.6.13RC1
# 71af54e5 19-Aug-2015 Dmitry Stogov

Mark error and exception functions as "cold" (Matt's idea)


Revision tags: php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44
# 668ecaa6 04-Aug-2015 Dmitry Stogov

Fixed bug #70098 (Real memory usage doesn't decrease)


12345678910>>...16