summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug #39640 (Segfault with "Allowed memory size exhausted")Dmitry Stogov2006-12-011-1/+1
|
* Fixed bug #39652 (Wrong negative results from memeory_get_usage())Dmitry Stogov2006-12-011-15/+29
|
* Fixed bug #39534 (Error in maths to calculate of ↵Dmitry Stogov2006-11-231-1/+11
| | | | ZEND_MM_ALIGNED_MIN_HEADER_SIZE). (wharmby at uk dot ibm dot com)
* Fixed incorrect heap corruptiuon detection codeDmitry Stogov2006-11-131-8/+9
|
* Zend Memory Manager ImprovementsDmitry Stogov2006-11-101-20/+26
| | | | | | . use HeapAlloc() instead of VirtualAlloc() . use "win32" storage manager (instead of "malloc") on Windows by default
* Make zend_memory_peak_usage() to be avalable even without --enable-memory-limitDmitry Stogov2006-10-121-2/+4
|
* Added safety checks against integer overflow.Ilia Alshanetsky2006-09-301-3/+2
|
* Added is_zend_mm() to allow runtime check for zend memory managerDmitry Stogov2006-09-141-0/+9
|
* Show name of storage layer in case of initialization fault.Dmitry Stogov2006-08-311-1/+1
|
* s/pinter/pointer/Antony Dovgal2006-08-301-1/+1
|
* Fixed bug #38265 (heap corruption)Dmitry Stogov2006-08-231-21/+41
|
* Fixed "win32" storage managerDmitry Stogov2006-08-221-12/+15
|
* Fixed crash of DEBUG version on SPARC CPU because of unaligned pointers.Dmitry Stogov2006-07-261-4/+5
|
* Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean ↵Dmitry Stogov2006-07-251-22/+61
| | | | argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.
* Fixed memory leaks detectionDmitry Stogov2006-07-241-1/+1
|
* MFH: fix build on platforms without mremap()Antony Dovgal2006-07-181-1/+2
|
* New memory managerDmitry Stogov2006-07-181-555/+1580
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* MFH:- Include timestamp for the leaks. (to make possible matching leaks with ↵foobar2005-12-121-0/+1
| | | | access_log entries)
* MFH: Fixed bug #34156 (memory usage remains elevated after memory limit isIlia Alshanetsky2005-08-181-1/+2
| | | | | reached);
* Bump up the yearfoobar2005-08-031-1/+1
|
* - Nuke the code duplicationfoobar2005-04-071-10/+0
|
* Fix strdup() bug when USE_ZEND_ALLOC is disabledZeev Suraski2005-04-071-0/+9
|
* - Fix leak report for 0 byte allocations (Dmitry)Andi Gutmans2004-08-271-1/+1
|
* - Improve performance by inlining zend_ptr_stack_n_push(). var_args canAndi Gutmans2004-07-301-1/+0
| | | | | usually not be inlined by compilers.
* - Add safe_pemalloc()Moriyoshi Koizumi2004-07-201-0/+24
|
* - Improve performance of zend_alloc by stopping the size from being a bitAndi Gutmans2004-07-151-32/+23
| | | | | - field.
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-1/+1
|
* - Should fix mem leak with ZEND_MM. I made this change a while ago andAndi Gutmans2004-07-031-2/+5
| | | | | - rolled it back but I don't remember why. Please test!
* - Fix memory manager problemAndi Gutmans2004-05-261-4/+2
|
* - More fixesAndi Gutmans2004-05-251-18/+16
|
* - Make fix compile.Andi Gutmans2004-05-251-7/+9
|
* - Fix memory leak in mem cache in conjunction with Zend MM. How come no oneAndi Gutmans2004-05-251-25/+26
| | | | | - noticed this? :)
* Checking MEMORY_LIMIT before doing emalloc/erealloc solves several ugly ↵Stefan Esser2004-05-101-12/+12
| | | | problems.
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* Fixed if() condition.Ilia Alshanetsky2003-10-171-2/+2
|
* - Fix compile problem.Andi Gutmans2003-10-141-0/+2
|
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-2/+2
|
* fixed compiler warningGeorg Richter2003-09-251-7/+1
| | | | | removed dead code
* Fix warningsMarcus Boerger2003-09-131-1/+1
|
* Add format attribute to a number of functionsSascha Schumann2003-08-281-0/+4
| | | | | Kill a few warnings
* adhere to silenceZeev Suraski2003-08-201-1/+1
|
* Fix counting number of leaksMarcus Boerger2003-08-201-0/+1
|
* - Improve trackingZeev Suraski2003-08-181-5/+6
| | | | | - Fix several overloading issues
* Fix warningZeev Suraski2003-07-161-1/+1
|
* - Add heap to memory manager. This should improve performance.Andi Gutmans2003-07-041-1/+1
| | | | | | | - Enabling it by default so that it gets tested. We should decide before beta 2 if we want to revert back to malloc or not. - Thanks to Sebastian for benchmarking it
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* no reason to do this at runtimeSterling Hughes2003-05-281-4/+8
|
* add safe_emallocSascha Schumann2003-04-241-0/+28
|
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+3
|