summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* malloc.c: Fix compiler warnings/errorKarl Williamson2020-03-091-7/+10
* malloc.c: Use isDIGIT macro instead of hand-rolling itKarl Williamson2019-11-111-1/+1
* Note that [cm]alloc, realloc are documentedKarl Williamson2019-09-021-0/+9
* PATCH: [perl #134126] -Dusemymalloc, -DusethreadsKarl Williamson2019-05-241-0/+1
* malloc.c: Move variable declaration used in -DDEBUGGING above code, #134071Ryan Voots2019-04-291-4/+3
* malloc.c: Limit malloc size to PTRDIFF_MAXKarl Williamson2019-02-161-0/+12
* in malloc, compute memory sizes in size_tZefram2017-12-011-6/+6
* malloc.c: Fix typo in commentKarl Williamson2017-11-091-1/+1
* malloc.c: simplify cpp conditionalsAaron Crane2017-10-211-3/+1
* malloc.c: don't redefine START_EXTERN_C from perl.hAaron Crane2017-10-211-16/+0
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-14/+24
* Give a better error if malloc.c is used without MYMALLOCJarkko Hietaniemi2015-08-101-0/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+2
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-1/+1
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-2/+2
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* Added several missing PERL_UNUSED_RESULT()Brian Fraser2014-06-131-1/+1
* Removed set_emergency_buffer from malloc.cBrian Fraser2014-06-131-18/+0
* Removed NeXT supportBrian Fraser2014-06-111-1/+1
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-10/+1
* add adjust_size_and_find_bucket to embed.fncLukas Mai2013-08-111-5/+9
* Function name typo in malloc.cSergey Alekseev2013-08-101-3/+3
* Remove "register" declarationsKarl Williamson2012-11-241-3/+3
* Restore mymalloc build with ithreadsSteve Hay2012-09-211-0/+1
* Out of memory message should not allocate memory.Craig A. Berry2012-09-081-23/+20
* Omnibus removal of register declarationsKarl Williamson2012-08-181-12/+12
* Remove code for supporting 80286 based systems.Nicholas Clark2012-07-281-14/+2
* Remove dead code related to the Atari ST port of perl 4.0 patchlevel 19Nicholas Clark2012-07-281-5/+3
* fix compile warnings in malloc.c [perl #75340]Jesse Luehrs2012-07-031-2/+2
* Use assertions for /* NOT REACHED */Father Chrysostomos2012-06-151-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove "support" for using malloc.c outside the perl core distribution.Nicholas Clark2011-12-091-224/+20
* Remove commented-out "support" for perl's malloc with x2p.Nicholas Clark2011-12-091-5/+2
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* Remove WITH_THR() and WITH_THX(), which are not used.Nicholas Clark2011-09-041-1/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-4/+4
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-14/+14
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-031-3/+3
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-4/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+3
* Make C++ compilers happy #5: jump to 'do_write' crossedMarcus Holland-Moritz2008-10-251-4/+4
* Fix malloc.c warningJerry D. Hedden2008-06-231-1/+1
* Re: [perl #46381] "Out of memory ... sbrk()" on FreeBSD-6.x for v.5.8.x but n...Slaven Rezic2008-06-211-0/+2
* Silence warning introduced by #32703 when building with MYMALLOCSteve Hay2008-03-061-1/+1
* [perl #46957] [PATCH] make Devel::Peek::mstat always availablesrezic@cpan.org2008-03-031-0/+4
* Add Perl_malloc_good_size to malloc.c. (A routine that rounds up the Nicholas Clark2008-02-271-16/+34
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+7