summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate from mainperl.Jarkko Hietaniemi1999-03-231-1/+1
|\
| * update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* | First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-1/+1
|/
* fix typo in Perl_sbrk()Hans Mulder1999-02-201-1/+1
* make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to letGurusamy Sarathy1999-02-081-16/+8
* Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>Jarkko Hietaniemi1999-01-131-4/+4
* Re: stuff related to malloc.cIlya Zakharevich1998-12-171-1/+1
* Re: stuff related to malloc.cIlya Zakharevich1998-12-131-15/+43
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* fix MALLOC_LOCK #defineGurusamy Sarathy1998-11-281-4/+4
* malloc bugfix and documentation from Ilya ZakharevichGurusamy Sarathy1998-11-271-1/+68
* Cosmetic malloc patchIlya Zakharevich1998-11-271-16/+73
* Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1Hans Mulder1998-11-091-4/+4
* Finalize the Mach CThreads support.Hans Mulder1998-11-071-8/+16
* Renamed malloc.c ASSERT() macro to P_ASSERT() becauseJarkko Hietaniemi1998-11-061-8/+8
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-1/+1
* minor cleanupGurusamy Sarathy1998-10-281-4/+3
* enable PERL_SBRK_VIA_MALLOC on OPENSTEP-MachHans Mulder1998-09-231-5/+1
* Better debugging output from malloc.cIlya Zakharevich1998-08-021-7/+8
* malloc.c tweaksIlya Zakharevich1998-08-021-15/+40
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* Drat! - threaded perl-malloc has mutex that needs PL_Nick Ing-Simmons1998-07-191-12/+12
* PL_ for perl's mallocNick Ing-Simmons1998-07-191-8/+8
* reenable misaligned memory checks, cast to UV & check alignmentDominic Dunlop1998-07-091-2/+2
* corrupt malloc ptr on NeXTHans Mulder1998-07-061-1/+1
* Make Power MachTen use vfork and perl's mallocDominic Dunlop1998-07-041-7/+31
* applied patch, regen headersIlya Zakharevich1998-06-231-2/+12
* fix alignment issues in malloc.c on 64-bit platforms (via private mail)Ilya Zakharevich1998-06-221-1/+14
* adapted contents of message into comments in malloc.c and INSTALLIlya Zakharevich1998-06-211-0/+100
* applied patch, tweaked wordingIlya Zakharevich1998-06-211-1/+1
* Cosmetic malloc patchIlya Zakharevich1998-06-211-172/+190
* Better version of malloc improverIlya Zakharevich1998-06-211-39/+77
* various win32 fixesGurusamy Sarathy1998-06-141-2/+2
* add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>Gurusamy Sarathy1998-06-101-244/+848
* STRESS_REALLOCStephen McCamant1998-03-161-0/+3
* Perl_sbrk declared inconsistentlyHans Mulder1998-02-201-1/+1
* Re: wrong prototype for sbrk [PATCH]Andy Dougherty1998-02-121-3/+3
* [win32] s/PerlENV/PerlEnv/ just to be consistentGurusamy Sarathy1998-01-191-1/+1
* [win32] foo() -> PerlGroup_foo() patch from ActiveStateGurusamy Sarathy1998-01-191-2/+2
* Fix MYMALLOC (wrong #define in malloc.c):Ilya Zakharevich1997-11-271-2/+0
* Move malloc_mutex initialisation/destruction:Ilya Zakharevich1997-11-251-0/+1
* Remove bincompat3 support:Jarkko Hietaniemi1997-11-251-0/+2
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-22/+16
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-3/+3
|\
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-3/+3
* | Merge maint-5.004 branch (5.004_03) with mainline.Malcolm Beattie1997-10-081-0/+10
|\ \ | |/
| * Enable PERL_DEBUG_MSTATS without -DDEBUGGING_MSTATSIlya Zakharevich1997-08-071-0/+4
| * infinite recursion in malloc() with some compile flagsHans Mulder1997-08-071-0/+6
* | Threading fixups for Digital UNIX.Malcolm Beattie1997-08-131-43/+43
* | Integrate thrperl 5.003->5.004.Malcolm Beattie1997-05-261-0/+8
|\ \ | |/ |/|