summaryrefslogtreecommitdiff
path: root/src/ralloc.c
AgeCommit message (Expand)Author
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
1992-10-20[emacs]: Define POINTER and SIZE.Richard M. Stallman
1992-10-12Removed #include "mem-limits.h".Roland McGrath
1992-10-12(sbrk): Removed decl.Roland McGrath
1992-10-12mem_limits.h is now called mem-limits.h.Roland McGrath
1992-10-11(check_memory_limits): Reduce warnlevel when usage drops far enough.Richard M. Stallman
1992-09-29* ralloc.c: Since the users of the relocating allocation codeJim Blandy
1992-09-13Fix typo.Jim Blandy
1992-09-09* ralloc.c (r_re_alloc): Instead of allocating a new bloc at theJim Blandy
1992-08-19* ralloc.c (get_bloc): When initializing new_bloc->variable, castJim Blandy
1992-06-30entered into RCSJoseph Arceneaux
1992-04-24*** empty log message ***Jim Blandy
1992-03-14*** empty log message ***Jim Blandy
1992-01-13*** empty log message ***Jim Blandy
1990-11-12Initial revisionJim Blandy