History log of /PHP-8.3/Zend/zend_alloc.c (Results 326 – 350 of 486)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f00ee72c 13-Nov-2006 Dmitry Stogov

Fixed incorrect heap corruptiuon detection code


# f1b6587e 10-Nov-2006 Dmitry Stogov

Zend Memory Manager Improvements
. use HeapAlloc() instead of VirtualAlloc()
. use "win32" storage manager (instead of "malloc") on Windows by default


Revision tags: php-5.2.0, php-5.2.0RC6
# e6fd66fa 12-Oct-2006 Dmitry Stogov

Make zend_memory_peak_usage() to be avalable even without --enable-memory-limit


Revision tags: php-5.2.0RC5
# 4fd88b23 30-Sep-2006 Ilia Alshanetsky

Added safety checks against integer overflow.


Revision tags: php-5.2.0RC4
# 27c327b9 14-Sep-2006 Dmitry Stogov

Added is_zend_mm() to allow runtime check for zend memory manager


Revision tags: php-5.2.0RC3
# 54123daa 31-Aug-2006 Dmitry Stogov

Show name of storage layer in case of initialization fault.


# 235e3939 30-Aug-2006 Antony Dovgal

s/pinter/pointer/


Revision tags: php-5.1.6
# 27d30217 23-Aug-2006 Dmitry Stogov

Fixed bug #38265 (heap corruption)


# 4180155a 22-Aug-2006 Dmitry Stogov

Fixed "win32" storage manager


Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3
# 3688c103 26-Jul-2006 Dmitry Stogov

Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.


# 356facf4 25-Jul-2006 Dmitry Stogov

Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.


Revision tags: php-5.2.0RC1
# 3b7386ac 24-Jul-2006 Dmitry Stogov

Fixed memory leaks detection


# c204ff02 18-Jul-2006 Antony Dovgal

MFH: fix build on platforms without mremap()


# 29ed52ff 18-Jul-2006 Dmitry Stogov

New memory manager


Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 61e93ccf 04-Jan-2006 Andi Gutmans

- Update copyright notices to 2006


Revision tags: php-5.1.2RC1
# 379cd5a6 12-Dec-2005 foobar

MFH:- Include timestamp for the leaks. (to make possible matching leaks with access_log entries)


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1
# 3b329a99 18-Aug-2005 Ilia Alshanetsky

MFH: Fixed bug #34156 (memory usage remains elevated after memory limit is
reached);


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 916815b7 03-Aug-2005 foobar

Bump up the year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 355eefe5 07-Apr-2005 foobar

- Nuke the code duplication


# 779f5c5c 07-Apr-2005 Zeev Suraski

Fix strdup() bug when USE_ZEND_ALLOC is disabled


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# ec3aac1e 27-Aug-2004 Andi Gutmans

- Fix leak report for 0 byte allocations (Dmitry)


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 138ef9a4 30-Jul-2004 Andi Gutmans

- Improve performance by inlining zend_ptr_stack_n_push(). var_args can
usually not be inlined by compilers.


# 182e93ab 20-Jul-2004 Moriyoshi Koizumi

- Add safe_pemalloc()


Revision tags: RELEASE_0_1
# eb2e53be 15-Jul-2004 Andi Gutmans

- Improve performance of zend_alloc by stopping the size from being a bit
- field.


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# e5cfb1d0 10-Jul-2004 Andi Gutmans

- Better stability during premature shutdown of request startup


1...<<11121314151617181920