History log of /PHP-7.1/Zend/zend_alloc.c (Results 276 – 300 of 383)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: PRE_TSRM_MERGE_PATCH
# b677af22 23-Jul-2001 Sascha Schumann

tsrm_error is only available, if TSRM_DEBUG is defined.


# 28ecbb21 23-Jul-2001 Sascha Schumann

tsrm_error is only available, if TSRM_DEBUG is defined.


# 55687ca2 30-Jun-2001 Andi Gutmans

- Fix the memory limit fix.


1...<<111213141516