summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* 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
* 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
* *** 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
* 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
* - 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
* Better debug macrosZeev Suraski1999-08-271-58/+30
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+8
* Oh, that dumb bug.Zeev Suraski1999-07-101-1/+2
* Get rid of AiCount completelyZeev Suraski1999-07-101-10/+0
* *** empty log message ***Zeev Suraski1999-07-091-2/+8
* Send a SIGSEGV instead of exiting, to trigger a core dumpZeev Suraski1999-07-091-0/+8
* * Support recoverable failure from erealloc()Zeev Suraski1999-07-091-5/+7