Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | provide attribute((malloc)) where appropiate | Sascha Schumann | 2003-08-28 | 1 | -9/+11 | |
| | ||||||
* | Improve tracking | Zeev Suraski | 2003-08-18 | 1 | -0/+7 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 | |
| | ||||||
* | add safe_emalloc | Sascha Schumann | 2003-04-24 | 1 | -0/+3 | |
| | ||||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+2 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | - Don't keep allocated blocks in a linked list if we're in non-debug mode | Andi Gutmans | 2002-06-24 | 1 | -0/+4 | |
| | | | | | - as now the memory manager takes care to nuke all leaking blocks. | |||||
* | - MFZE1 | Andi Gutmans | 2002-06-22 | 1 | -2/+1 | |
| | ||||||
* | - Nuke persist_alloc(). | Andi Gutmans | 2002-06-22 | 1 | -3/+0 | |
| | ||||||
* | Revert. | Sebastian Bergmann | 2002-04-28 | 1 | -1/+2 | |
| | ||||||
* | MFZE1: If the size-operands of memset are constants, the compiler can turn ↵ | Sebastian Bergmann | 2002-04-27 | 1 | -2/+1 | |
| | | | | 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) | |||||
* | - MFZE1 | Andi Gutmans | 2002-02-26 | 1 | -1/+1 | |
| | ||||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -4/+1 | |
| | ||||||
* | - Whitespace | Andi Gutmans | 2001-04-29 | 1 | -1/+1 | |
| | ||||||
* | - Improve overwrite detection in debug mode. | Andi Gutmans | 2001-04-29 | 1 | -1/+1 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix Zend build for non ZTS | Zeev Suraski | 2000-11-19 | 1 | -0/+3 | |
| | ||||||
* | Add thread-safety debugging information (idea - Dmitri Dmitrienko) | Zeev Suraski | 2000-11-18 | 1 | -0/+4 | |
| | ||||||
* | The new INI parser is showing some signs of life | Zeev Suraski | 2000-10-29 | 1 | -1/+2 | |
| | ||||||
* | Replace macros which begin with an underscore through an appropiately | Sascha Schumann | 2000-07-03 | 1 | -2/+2 | |
| | | | | | named macro. | |||||
* | - Change cache size and only initialize part of it. | Andi Gutmans | 2000-06-22 | 1 | -3/+5 | |
| | ||||||
* | - More correct way of doing bit mask | Andi Gutmans | 2000-06-14 | 1 | -1/+1 | |
| | ||||||
* | - Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte | Andi Gutmans | 2000-06-09 | 1 | -2/+2 | |
| | | | | | | - blocks. This should help fragmentation and cache hits. - The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH | |||||
* | *** empty log message *** | Andi Gutmans | 2000-03-25 | 1 | -1/+1 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | - Run it on align_test | Andi Gutmans | 2000-01-30 | 1 | -1/+1 | |
| | ||||||
* | - This will save some memory w/ GCC compilers on some platforms | Andi Gutmans | 2000-01-29 | 1 | -1/+5 | |
| | ||||||
* | namespace protection | Zeev Suraski | 1999-12-26 | 1 | -5/+5 | |
| | ||||||
* | Fix warnings surfacing in maintainer-mode. | Stig S. Bakken | 1999-12-01 | 1 | -0/+1 | |
| | ||||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 1 | -1/+3 | |
| | ||||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 1 | -28/+29 | |
| | ||||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -39/+34 | |
| | ||||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 | |
| | ||||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 | |
| | ||||||
* | * Support recoverable failure from erealloc() | Zeev Suraski | 1999-07-09 | 1 | -21/+24 | |
| | | | | | * Fix the shutdown code on an unrecoverable erealloc() failure | |||||
* | * Make the memory leak reporting code much better with repeats | Zeev Suraski | 1999-06-26 | 1 | -0/+1 | |
| | | | | | * Remove useless variables | |||||
* | * Add struct name to all typedef's so that they can be debugged with MSVC | Zeev Suraski | 1999-05-22 | 1 | -1/+1 | |
| | | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I | |||||
* | Ok, call me crazy, because I probably am. | Zeev Suraski | 1999-04-23 | 1 | -0/+4 | |
| | | | | | Thread safe version now uses a C++ scanner object. Works fully. | |||||
* | Allow runtime setting of the memory limit | Zeev Suraski | 1999-04-10 | 1 | -1/+1 | |
| | ||||||
* | Get rid of php3_ini in Zend | Zeev Suraski | 1999-04-10 | 1 | -0/+2 | |
| | ||||||
* | Zend Library | Andi Gutmans | 1999-04-07 | 1 | -0/+117 | |