summaryrefslogtreecommitdiff
path: root/malloc.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate changes #8784,8839,8843,8847,8849,8859,8866,Jarkko Hietaniemi2001-03-021-1/+1
* Integrate #7710,7824,7973 from mainline.Jarkko Hietaniemi2001-01-251-0/+2
* Revert the edits made by me so far to the 5.6 branch sinceJarkko Hietaniemi2001-01-241-2/+0
* integrate changes #7710,7824,7973 from mainline,Jarkko Hietaniemi2001-01-061-0/+2
* integrate changes#7643,7646..7649,7651..7654,7658,7659,Gurusamy Sarathy2000-12-181-7/+1
* integrate changes#7533,7563,7611,7623 from mainline (variousGurusamy Sarathy2000-12-181-53/+111
* integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,Gurusamy Sarathy2000-12-181-21/+20
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-1/+1
* avoid using context pointer in MUTEX_INIT() et al; remove theGurusamy Sarathy2000-03-111-4/+4
* better fix for malloc bug in change#5346 (from Dominic Dunlop)Gurusamy Sarathy2000-02-291-1/+1
* malloc "fix" in change#5346 coredumps on HP-UX, revertGurusamy Sarathy2000-02-291-2/+1
* malloc bug fix and machten hints (from Dominic DunlopGurusamy Sarathy2000-02-291-12/+2
* Further fixes to malloc.c prototypes from Dominic Dunlop.Jarkko Hietaniemi2000-02-251-12/+10
* [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warningsDominic Dunlop2000-02-231-0/+1
* make Perl's malloc work for allocations over 2GB (from IlyaGurusamy Sarathy2000-02-221-29/+16
* Thou shalt not printf longs with %d.Jarkko Hietaniemi2000-02-211-3/+3
* misplaced bracesGurusamy Sarathy2000-02-211-11/+17
* more malloc.c tweaks for change#5070Gurusamy Sarathy2000-02-211-17/+18
* malloc.c fixups in change#5170 need to fetch thx pointerGurusamy Sarathy2000-02-211-12/+20
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-0/+30
* avoid compiler warningsGurusamy Sarathy2000-02-191-0/+1
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-31/+69
* use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFYGurusamy Sarathy2000-02-141-1/+5
* fix debug code in Perl_malloc() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-061-2/+9
* off-by-one in malloc.c (from Ilya Zakharevich)Gurusamy Sarathy2000-02-041-4/+4
* More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-12/+13
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-1/+6
* avoid warningsGurusamy Sarathy1999-10-121-2/+4
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-10/+10
* Malloc fixes and docsIlya Zakharevich1999-09-271-77/+222
* Replace change #4100 withRobin Barker1999-09-131-18/+16
* Fix pointer casts.Robin Barker1999-09-071-11/+11
* DEBUG_m() adjusted to internalize dTHXGurusamy Sarathy1999-08-201-4/+10
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-1/+4
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-27/+49
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-26/+19
* remove _() non-ansismGurusamy Sarathy1999-06-021-4/+4
* fix missing exported symbolGurusamy Sarathy1999-05-261-9/+2
* 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