summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free testsJim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* * ralloc.c (relinquish): Use a long for excess space counter toChong Yidong2006-10-291-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* #include blockinput alsoJan Djärv2005-04-021-0/+1
* * alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv2005-04-021-1/+3
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-33/+33
* (__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann2001-02-191-8/+8
* (__malloc_extra_blocks): Declare as __malloc_size_t.Dave Love2000-09-251-1/+1
* Remove everything having to do with the use of mmap.Gerd Moellmann2000-09-141-430/+0
* (mmap_enlarge): Don't return 0 if successful.Gerd Moellmann2000-09-101-16/+14
* (mmap_fd): Remove initializer which can make itGerd Moellmann2000-09-081-44/+35
* (r_alloc_init_fd): Move. Fix conditional for pcc.Dave Love2000-09-081-12/+16
* (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.Dave Love2000-09-081-3/+1
* (r_alloc_init_fd): Conditionalize on MAP_ANON.Dave Love2000-09-081-0/+2
* Don't include string.h (redundant).Dave Love2000-09-081-5/+57
* (obtain, relinquish, relinquish, r_alloc_size_in_use)Gerd Moellmann2000-09-071-20/+21
* (mmap_find): Fix overlap computation.Gerd Moellmann2000-09-071-8/+14
* (POINTER, SIZE) [emacs]: Define in terms ofGerd Moellmann2000-09-061-80/+472
* Make real_morecore non-static.Andrew Innes2000-07-051-1/+1
* Maybe include unistd.h.Dave Love2000-06-231-1/+3
* (relinquish): When returning memory to the system,Karl Heuer1997-09-271-1/+12
* (r_alloc_reinit): New function.Richard M. Stallman1997-07-121-0/+18
* (mallopt): Declare, if appropriate.Richard M. Stallman1997-05-161-0/+9
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-071-0/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-8/+8
* (r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1995-03-281-26/+140
* (r_alloc_init): Set __malloc_extra_blocks.Richard M. Stallman1995-02-191-0/+6
* (r_alloc_check): Return void.Richard M. Stallman1995-02-161-1/+13
* Whitespace fixes.Richard M. Stallman1995-02-161-79/+79
* (r_alloc_free): Call refill_memory_reserve only if emacs.Richard M. Stallman1995-02-141-6/+9
* (r_alloc_size_in_use): New function.Richard M. Stallman1995-02-071-0/+11
* (r_alloc_init): Remove unused variable END.Roland McGrath1995-01-151-4/+2
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-231-16/+114
* (heap_base): Move static var to top level.Richard M. Stallman1994-10-181-81/+208
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-121-142/+449
* (r_alloc_freeze_level): New variable.Karl Heuer1994-09-201-2/+30
* (r_alloc_init): Explicitly use real_morecoreRichard M. Stallman1993-11-181-0/+12
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1993-07-221-2/+3
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* (r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1993-05-261-1/+4
* (POINTER): Always use char *.Richard M. Stallman1993-05-261-0/+5