summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* replace "define\t" with "define " in most "normal" core files.Yves Orton2023-04-291-10/+10
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* perlapi: Mark internal and better document some memory fcnsKarl Williamson2022-05-181-4/+27
* perlapi: Document dump_mstatsKarl Williamson2022-05-121-6/+14
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-885/+885
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-1/+0
* Reorganize perlapiKarl Williamson2020-09-041-0/+1
* Fixes typo from d223e1ea9ae864c0e563187f1e76240ef1acad87Ryan Voots2020-07-221-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-6/+0
* handy.h: Create nBIT_MASK(n) macroKarl Williamson2020-07-171-2/+2
* 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