aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
1997-09-27(relinquish): When returning memory to the system,Karl Heuer1-1/+12
1997-07-12(r_alloc_reinit): New function.Richard M. Stallman1-0/+18
1997-05-16(mallopt): Declare, if appropriate.Richard M. Stallman1-0/+9
1996-04-07(r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1-0/+4
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-05Comment fixes.Karl Heuer1-8/+8
1995-03-28(r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1-26/+140
1995-02-19(r_alloc_init): Set __malloc_extra_blocks.Richard M. Stallman1-0/+6
1995-02-16(r_alloc_check): Return void.Richard M. Stallman1-1/+13
1995-02-16Whitespace fixes.Richard M. Stallman1-79/+79
1995-02-14(r_alloc_free): Call refill_memory_reserve only if emacs.Richard M. Stallman1-6/+9
1995-02-07(r_alloc_size_in_use): New function.Richard M. Stallman1-0/+11
1995-01-15(r_alloc_init): Remove unused variable END.Roland McGrath1-4/+2
1994-10-23(struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1-16/+114
1994-10-18(heap_base): Move static var to top level.Richard M. Stallman1-81/+208
1994-10-12Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1-142/+449
1994-09-20(r_alloc_freeze_level): New variable.Karl Heuer1-2/+30
1993-11-18(r_alloc_init): Explicitly use real_morecoreRichard M. Stallman1-0/+12
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-07-22(ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1-2/+3
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy1-2/+2
1993-05-26(r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1-1/+4
1993-05-26(POINTER): Always use char *.Richard M. Stallman1-0/+5
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1992-12-29[! emacs] [HAVE_CONFIG_H]: #include "config.h"Roland McGrath1-0/+6
1992-11-16* ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.Jim Blandy1-21/+23
1992-10-24(relinquish): Adjust page_break_value by amount of memory actually given back.Richard M. Stallman1-14/+46
1992-10-20[emacs]: Define POINTER and SIZE.Richard M. Stallman1-2/+11
1992-10-12Removed #include "mem-limits.h".Roland McGrath1-7/+15
1992-10-12(sbrk): Removed decl.Roland McGrath1-98/+9
1992-10-12mem_limits.h is now called mem-limits.h.Roland McGrath1-1/+1
1992-10-11(check_memory_limits): Reduce warnlevel when usage drops far enough.Richard M. Stallman1-32/+77
1992-09-29* ralloc.c: Since the users of the relocating allocation codeJim Blandy1-29/+64
1992-09-13Fix typo.Jim Blandy1-1/+1
1992-09-09* ralloc.c (r_re_alloc): Instead of allocating a new bloc at theJim Blandy1-13/+15
1992-08-19* ralloc.c (get_bloc): When initializing new_bloc->variable, castJim Blandy1-1/+5
1992-06-30entered into RCSJoseph Arceneaux1-1/+0
1992-04-24*** empty log message ***Jim Blandy1-0/+1
1992-03-14*** empty log message ***Jim Blandy1-21/+45
1992-01-13*** empty log message ***Jim Blandy1-1/+1
1990-11-12Initial revisionJim Blandy1-0/+426