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