summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* WhitespaceZeev Suraski2001-08-111-3/+3
|
* Fix bugletZeev Suraski2001-08-031-1/+1
|
* Fix macroZeev Suraski2001-08-031-1/+1
|
* Implement fast memory allocation and reduced fragmentation under Windows.Zeev Suraski2001-08-031-5/+33
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-8/+8
|
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
|
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
|
* - Fix the memory limit fix.Andi Gutmans2001-06-301-1/+1
|
* Fix memory_limit, kill warningZeev Suraski2001-06-291-0/+5
|
* - Fix memory fragmention problem which could lead to web server processesAndi Gutmans2001-06-191-7/+15
| | | | | growing much more than they should. (bug #11344?)
* reset allocated_memory_peak after each request.Thies C. Arntzen2001-05-181-0/+1
|
* Fix buildZeev Suraski2001-05-171-0/+1
|
* Fix buildZeev Suraski2001-05-171-1/+1
|
* Merge memory usage into memory limitZeev Suraski2001-05-161-21/+7
|
* added --enable-memory-usage-infoThies C. Arntzen2001-05-111-0/+23
|
* - Try to solve crash on OS400. There is actually no reason I can see forAndi Gutmans2001-04-301-5/+6
| | | | | why his fix should solve a crash but it doesn't harm.
* - Improve overwrite detection in debug mode.Andi Gutmans2001-04-291-22/+23
|
* - Just some little whitespace stuff.Andi Gutmans2001-04-281-24/+24
|
* - Don't add/remove cached memory blocks from blocks list as this will slowAndi Gutmans2001-04-281-7/+1
| | | | | - down performance a bit.
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-1/+1
|
* small beautificationZeev Suraski2001-04-171-5/+5
|
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
|
* - Remove backward dependency from PHP -> ZendZeev Suraski2001-01-071-1/+1
| | | | | | | - Rename get_ini_entry() as get_configuration_directive() for clarity (it doesn't use the INI subsystem, but the module-supplied function for retrieving configuration directives)
* Forgot to commit the non-debug build fix yesterday...Zeev Suraski2000-11-181-6/+2
|
* Add thread-safety debugging information (idea - Dmitri Dmitrienko)Zeev Suraski2000-11-181-0/+32
|
* - Fix fprintfAndi Gutmans2000-10-041-1/+1
|
* Fix build with no memory_limitZeev Suraski2000-08-191-0/+4
|
* Fix memory_limitZeev Suraski2000-08-191-5/+14
|
* Nuke a warningZeev Suraski2000-06-241-1/+1
|
* - Change cache size and only initialize part of it.Andi Gutmans2000-06-221-2/+2
|
* Cached-freed memory blocks should not be in "occupied" listStanislav Malyshev2000-06-221-4/+16
|
* Make cache counters to be unsigned intStanislav Malyshev2000-06-221-6/+7
| | | | | Start collecting statistics after cache pre-fill
* - More correct way of doing bit maskAndi Gutmans2000-06-141-1/+1
|
* - Forgot to remove the FIXMEAndi Gutmans2000-06-091-1/+0
|
* - Make the memory limit accurateAndi Gutmans2000-06-091-6/+6
|
* - Fix cache initializationAndi Gutmans2000-06-091-3/+1
|
* - Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byteAndi Gutmans2000-06-091-21/+46
| | | | | | - blocks. This should help fragmentation and cache hits. - The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH
* Do it in thread unsafe mode for now.Zeev Suraski2000-05-181-2/+5
|
* Kill warningsSascha Schumann2000-05-181-0/+2
|
* - Do this someplace else.Andi Gutmans2000-05-181-0/+2
|
* - Small optimization. Filling up the Cache helps performance.Zeev Suraski2000-05-161-0/+15
|
* - Return real size allocatedAndi Gutmans2000-05-081-1/+1
|
* *** empty log message ***Andi Gutmans2000-03-251-1/+2
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Fine tune Andi's patchZeev Suraski2000-02-111-1/+1
|
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-101-1/+1
|
* - Fix foreach()Zeev Suraski2000-01-311-1/+1
| | | | | - Fix indirect reference with object properties
* This should enable people to use ALLOC_ZVAL() in code outside the php4.dllZeev Suraski1999-12-301-1/+1
|
* time_t is an int under Linux... this should always work.Zeev Suraski1999-12-291-2/+2
|