summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.h
Commit message (Expand)AuthorAgeFilesLines
* Better check for __builtin_constant_p() availabilityDmitry Stogov2015-06-251-1/+1
* Fixed phpdbg buildDmitry Stogov2015-05-141-1/+1
* Refactored custom storage API.Dmitry Stogov2015-05-141-5/+95
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-0/+14
* Revert "Changed zend_smart_str allocation granularity to do the better job to...Dmitry Stogov2015-04-161-14/+0
* Changed zend_smart_str allocation granularity to do the better job together w...Dmitry Stogov2015-04-161-0/+14
* Minimize copying of HashTable realocationDmitry Stogov2015-03-051-7/+19
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-3/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-8/+8
* Added API function to retrive current custom heap handlersDmitry Stogov2014-10-141-0/+4
* Allow to substitute storage layer in memory manager.Dmitry Stogov2014-10-141-0/+17
* Use fastcall calling convention for heap functionsDmitry Stogov2014-10-061-4/+4
* Changed "inline" into "zend_always_inline"Dmitry Stogov2014-09-181-3/+3
* reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-131-1/+1
* Revert "Move safe_address into zend_multiply.h"Nikita Popov2014-09-061-0/+1
* Move safe_address into zend_multiply.hNikita Popov2014-09-061-1/+0
* Fixed support for C++Dmitry Stogov2014-09-051-2/+2
* Replaced Zend Memory ManagerDmitry Stogov2014-08-261-53/+91
* master renames phase 6Anatol Belski2014-08-251-7/+7
* master renames phase 1Anatol Belski2014-08-251-2/+2
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-9/+10
* Revert "stash" (pushed by accident)Xinchen Hui2014-07-181-90/+15
* stashXinchen Hui2014-07-161-15/+90
* Cleanup (1-st round)Dmitry Stogov2014-04-151-3/+0
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-2/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-6/+0
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-11/+4
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Eliminated the TSRMLS_FETCH() in zend_set_memory_limit()Kalle Sommer Nielsen2013-11-181-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* add support for the alloc_size __attribute__ (through ZEND_ATTRIBUTE_ALLOC_SI...Nuno Lopes2012-05-231-3/+3
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - macros--; ZEND_FAST_* are now gonePierre Joye2010-09-151-22/+8
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-0/+14
* - MF52: calloc must actually clear the requested size (Andrei)Pierre Joye2009-06-281-1/+1
* Fix WSDavid Soria Parra2009-01-251-15/+15
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Fix compile errorArnaud Le Blanc2008-10-271-2/+2
* - MFH: Removed some TSRMLS_FETCH()sFelipe Pena2008-08-151-1/+1
* MFH: Add pestrndup()Matt Wilmas2008-06-131-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed windows build (Rob)Dmitry Stogov2007-11-061-3/+3
* Allow user defined malloc/realloc/freeDmitry Stogov2007-11-061-0/+5
* Added "compact" handler for Zend MM storage.Dmitry Stogov2007-09-291-0/+1