summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* Fix warningsSascha Schumann1999-12-281-2/+2
|
* - Generalize the fast cache mechanismZeev Suraski1999-12-271-15/+22
| | | | | - Add the HashTable struct to the fast cache mechanism
* *** empty log message ***Zeev Suraski1999-12-271-0/+4
|
* Add cache statistics supportZeev Suraski1999-12-271-0/+42
|
* - Enable the new zval cache on debug too. No real reason not to, and it keepsZeev Suraski1999-12-261-7/+2
| | | | | | the code cleaner. - ZTS compile fixes
* Fix bugletZeev Suraski1999-12-261-1/+1
|
* Introduce a zval-specific cache - 5-15% speed improvementZeev Suraski1999-12-261-1/+18
|
* namespace protectionZeev Suraski1999-12-261-21/+21
|
* No need to block for interruptions so earlyZeev Suraski1999-12-211-2/+2
|
* Add ability to disable the memory cacheZeev Suraski1999-11-271-2/+6
|
* Fix compile problem with enable-memory-limitZeev Suraski1999-11-221-1/+1
|
* * header file cleanupStig S. Bakken1999-09-061-5/+5
| | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
* - Shift around header files.Andi Gutmans1999-09-051-3/+1
|
* *** empty log message ***Zeev Suraski1999-08-281-1/+1
|
* Beef up debug macrosZeev Suraski1999-08-281-36/+27
|