History log of /PHP-5.5/Zend/zend_alloc.c (Results 151 – 175 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 0e50ac4b 08-Aug-2002 Zeev Suraski

MFZE1


# 99c90db1 07-Aug-2002 Harald Radi

make win32 debug output more verbose


Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# b55a20ab 26-Jun-2002 Andi Gutmans

- Fix problem with scope's not changing correctly during method calls.
- Reapply a tiny optimization to the allocator so that in non-debug mode
- we clean memory without detecting leaks.


# c6b39eb5 24-Jun-2002 Andi Gutmans

- More fixes (warnings, bug fixes etc.)


# 8fd5e70e 24-Jun-2002 Andi Gutmans

- Fix crash bug and clean up a bit.


# 95e0bb6a 24-Jun-2002 Andi Gutmans

- MFZE1


# 2172abcb 24-Jun-2002 Andi Gutmans

- Don't use cache if we're using ZEND_MM


# 1c20bf27 24-Jun-2002 Andi Gutmans

- Don't keep allocated blocks in a linked list if we're in non-debug mode
- as now the memory manager takes care to nuke all leaking blocks.


# 7f226a6b 22-Jun-2002 Andi Gutmans

- Fix crash when zend_mm_shutdown is called more than once.


# e2f57d0f 22-Jun-2002 Andi Gutmans

- MFZE1


# b53569c9 22-Jun-2002 Andi Gutmans

- Nuke persist_alloc().


# ad9bed0e 19-Jun-2002 Andi Gutmans

- Oops, this was supposed to be part of the previous #ifdef ZEND_MM change


# 1e4a2dc6 17-Jun-2002 Andi Gutmans

- Fix a bug and add code which frees actual allocated segments at the end
- of execution (this still doesn't work because some blocks remain
- referenced after the memory manager is killed.


# 380c082e 16-Jun-2002 Andi Gutmans

- Commit an initial version of a home made memory manager.
- It's just for seeing if this would be an advantage to PHP in MT
- environments. If this is to become production material there is

- Commit an initial version of a home made memory manager.
- It's just for seeing if this would be an advantage to PHP in MT
- environments. If this is to become production material there is still
- a long way to go.

show more ...


Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1
# 8463225b 28-Apr-2002 Sebastian Bergmann

Revert.


# 90bad130 27-Apr-2002 Sebastian Bergmann

MFZE1: If the size-operands of memset are constants, the compiler can turn them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return

MFZE1: If the size-operands of memset are constants, the compiler can turn them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha)

show more ...


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2
# 7df16012 26-Feb-2002 Andi Gutmans

- MFZE1


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 62dc854b 06-Jan-2002 Sebastian Bergmann

Happy New Year.


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# d863d52a 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2
# b02df6f4 17-Aug-2001 Zeev Suraski

MFZE1


Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# 4f6c95d1 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# c06dbe23 03-Aug-2001 Zeev Suraski

Fix buglet


# e206bd33 03-Aug-2001 Zeev Suraski

Fix macro


# 66d9314b 03-Aug-2001 Zeev Suraski

Implement fast memory allocation and reduced fragmentation under Windows.


# b4f3b9d3 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


1234567891011