| Commit message (Expand) | Author | Age | Files | Lines |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | #include blockinput also | Jan Djärv | 2005-04-02 | 1 | -0/+1 |
* | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | Jan Djärv | 2005-04-02 | 1 | -1/+3 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -33/+33 |
* | (__morecore) [!SYSTEM_MALLOC]: Move declaration | Gerd Moellmann | 2001-02-19 | 1 | -8/+8 |
* | (__malloc_extra_blocks): Declare as __malloc_size_t. | Dave Love | 2000-09-25 | 1 | -1/+1 |
* | Remove everything having to do with the use of mmap. | Gerd Moellmann | 2000-09-14 | 1 | -430/+0 |
* | (mmap_enlarge): Don't return 0 if successful. | Gerd Moellmann | 2000-09-10 | 1 | -16/+14 |
* | (mmap_fd): Remove initializer which can make it | Gerd Moellmann | 2000-09-08 | 1 | -44/+35 |
* | (r_alloc_init_fd): Move. Fix conditional for pcc. | Dave Love | 2000-09-08 | 1 | -12/+16 |
* | (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP. | Dave Love | 2000-09-08 | 1 | -3/+1 |
* | (r_alloc_init_fd): Conditionalize on MAP_ANON. | Dave Love | 2000-09-08 | 1 | -0/+2 |
* | Don't include string.h (redundant). | Dave Love | 2000-09-08 | 1 | -5/+57 |
* | (obtain, relinquish, relinquish, r_alloc_size_in_use) | Gerd Moellmann | 2000-09-07 | 1 | -20/+21 |
* | (mmap_find): Fix overlap computation. | Gerd Moellmann | 2000-09-07 | 1 | -8/+14 |
* | (POINTER, SIZE) [emacs]: Define in terms of | Gerd Moellmann | 2000-09-06 | 1 | -80/+472 |
* | Make real_morecore non-static. | Andrew Innes | 2000-07-05 | 1 | -1/+1 |
* | Maybe include unistd.h. | Dave Love | 2000-06-23 | 1 | -1/+3 |
* | (relinquish): When returning memory to the system, | Karl Heuer | 1997-09-27 | 1 | -1/+12 |
* | (r_alloc_reinit): New function. | Richard M. Stallman | 1997-07-12 | 1 | -0/+18 |
* | (mallopt): Declare, if appropriate. | Richard M. Stallman | 1997-05-16 | 1 | -0/+9 |
* | (r_alloc_check): Don't check alignment of h->start. | Richard M. Stallman | 1996-04-07 | 1 | -0/+4 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -8/+8 |
* | (r_re_alloc): Correct realloc behavior--allow shrinking | Richard M. Stallman | 1995-03-28 | 1 | -26/+140 |
* | (r_alloc_init): Set __malloc_extra_blocks. | Richard M. Stallman | 1995-02-19 | 1 | -0/+6 |
* | (r_alloc_check): Return void. | Richard M. Stallman | 1995-02-16 | 1 | -1/+13 |
* | Whitespace fixes. | Richard M. Stallman | 1995-02-16 | 1 | -79/+79 |
* | (r_alloc_free): Call refill_memory_reserve only if emacs. | Richard M. Stallman | 1995-02-14 | 1 | -6/+9 |
* | (r_alloc_size_in_use): New function. | Richard M. Stallman | 1995-02-07 | 1 | -0/+11 |
* | (r_alloc_init): Remove unused variable END. | Roland McGrath | 1995-01-15 | 1 | -4/+2 |
* | (struct heap): New fields first_bloc, last_bloc. | Richard M. Stallman | 1994-10-23 | 1 | -16/+114 |
* | (heap_base): Move static var to top level. | Richard M. Stallman | 1994-10-18 | 1 | -81/+208 |
* | Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementations | Karl Heuer | 1994-10-12 | 1 | -142/+449 |
* | (r_alloc_freeze_level): New variable. | Karl Heuer | 1994-09-20 | 1 | -2/+30 |
* | (r_alloc_init): Explicitly use real_morecore | Richard M. Stallman | 1993-11-18 | 1 | -0/+12 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' for | Roland McGrath | 1993-07-22 | 1 | -2/+3 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | (r_alloc_sbrk): Declare already_available as long, not SIZE. | Richard M. Stallman | 1993-05-26 | 1 | -1/+4 |
* | (POINTER): Always use char *. | Richard M. Stallman | 1993-05-26 | 1 | -0/+5 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | [! emacs] [HAVE_CONFIG_H]: #include "config.h" | Roland McGrath | 1992-12-29 | 1 | -0/+6 |
* | * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC. | Jim Blandy | 1992-11-16 | 1 | -21/+23 |
* | (relinquish): Adjust page_break_value by amount of memory actually given back. | Richard M. Stallman | 1992-10-24 | 1 | -14/+46 |
* | [emacs]: Define POINTER and SIZE. | Richard M. Stallman | 1992-10-20 | 1 | -2/+11 |
* | Removed #include "mem-limits.h". | Roland McGrath | 1992-10-12 | 1 | -7/+15 |
* | (sbrk): Removed decl. | Roland McGrath | 1992-10-12 | 1 | -98/+9 |