summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAge
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* * ralloc.c (relinquish): Use a long for excess space counter toChong Yidong2006-10-29
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* #include blockinput alsoJan Djärv2005-04-02
* * alloc.c (allocate_string_data): Call BLOCK_INPUT before callingJan Djärv2005-04-02
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann2001-02-19
* (__malloc_extra_blocks): Declare as __malloc_size_t.Dave Love2000-09-25
* Remove everything having to do with the use of mmap.Gerd Moellmann2000-09-14
* (mmap_enlarge): Don't return 0 if successful.Gerd Moellmann2000-09-10
* (mmap_fd): Remove initializer which can make itGerd Moellmann2000-09-08
* (r_alloc_init_fd): Move. Fix conditional for pcc.Dave Love2000-09-08
* (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.Dave Love2000-09-08
* (r_alloc_init_fd): Conditionalize on MAP_ANON.Dave Love2000-09-08
* Don't include string.h (redundant).Dave Love2000-09-08
* (obtain, relinquish, relinquish, r_alloc_size_in_use)Gerd Moellmann2000-09-07
* (mmap_find): Fix overlap computation.Gerd Moellmann2000-09-07
* (POINTER, SIZE) [emacs]: Define in terms ofGerd Moellmann2000-09-06
* Make real_morecore non-static.Andrew Innes2000-07-05
* Maybe include unistd.h.Dave Love2000-06-23
* (relinquish): When returning memory to the system,Karl Heuer1997-09-27
* (r_alloc_reinit): New function.Richard M. Stallman1997-07-12
* (mallopt): Declare, if appropriate.Richard M. Stallman1997-05-16
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-07
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* Comment fixes.Karl Heuer1996-01-05
* (r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1995-03-28
* (r_alloc_init): Set __malloc_extra_blocks.Richard M. Stallman1995-02-19
* (r_alloc_check): Return void.Richard M. Stallman1995-02-16
* Whitespace fixes.Richard M. Stallman1995-02-16
* (r_alloc_free): Call refill_memory_reserve only if emacs.Richard M. Stallman1995-02-14
* (r_alloc_size_in_use): New function.Richard M. Stallman1995-02-07
* (r_alloc_init): Remove unused variable END.Roland McGrath1995-01-15
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-23
* (heap_base): Move static var to top level.Richard M. Stallman1994-10-18
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-12
* (r_alloc_freeze_level): New variable.Karl Heuer1994-09-20
* (r_alloc_init): Explicitly use real_morecoreRichard M. Stallman1993-11-18
* Include <config.h> instead of "config.h".Roland McGrath1993-09-10
* (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1993-07-22
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-09
* (r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1993-05-26
* (POINTER): Always use char *.Richard M. Stallman1993-05-26
* Updated copyright years.Jim Blandy1993-05-22
* [! emacs] [HAVE_CONFIG_H]: #include "config.h"Roland McGrath1992-12-29
* * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.Jim Blandy1992-11-16
* (relinquish): Adjust page_break_value by amount of memory actually given back.Richard M. Stallman1992-10-24