log src/ralloc.c @ 89442:7349f4473e7f

age author description
2001-02-19 Gerd Moellmann (__morecore) [!SYSTEM_MALLOC]: Move declaration
2000-09-25 Dave Love (__malloc_extra_blocks): Declare as __malloc_size_t.
2000-09-14 Gerd Moellmann Remove everything having to do with the use of mmap.
2000-09-10 Gerd Moellmann (mmap_enlarge): Don't return 0 if successful.
2000-09-08 Gerd Moellmann (mmap_fd): Remove initializer which can make it
2000-09-08 Dave Love (r_alloc_init_fd): Move. Fix conditional for pcc.
2000-09-08 Dave Love (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.
2000-09-08 Dave Love (r_alloc_init_fd): Conditionalize on MAP_ANON.
2000-09-08 Dave Love Don't include string.h (redundant).
2000-09-07 Gerd Moellmann (obtain, relinquish, relinquish, r_alloc_size_in_use)
2000-09-07 Gerd Moellmann (mmap_find): Fix overlap computation.
2000-09-06 Gerd Moellmann (POINTER, SIZE) [emacs]: Define in terms of
2000-07-05 Andrew Innes Make real_morecore non-static.
2000-06-23 Dave Love Maybe include unistd.h.
1997-09-27 Karl Heuer (relinquish): When returning memory to the system,
1997-07-12 Richard M. Stallman (r_alloc_reinit): New function.
1997-05-16 Richard M. Stallman (mallopt): Declare, if appropriate.
1996-04-07 Richard M. Stallman (r_alloc_check): Don't check alignment of h->start.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1996-01-05 Karl Heuer Comment fixes.
1995-03-28 Richard M. Stallman (r_re_alloc): Correct realloc behavior--allow shrinking
1995-02-19 Richard M. Stallman (r_alloc_init): Set __malloc_extra_blocks.
1995-02-16 Richard M. Stallman (r_alloc_check): Return void.
1995-02-16 Richard M. Stallman Whitespace fixes.
1995-02-14 Richard M. Stallman (r_alloc_free): Call refill_memory_reserve only if emacs.
1995-02-07 Richard M. Stallman (r_alloc_size_in_use): New function.
1995-01-15 Roland McGrath (r_alloc_init): Remove unused variable END.
1994-10-23 Richard M. Stallman (struct heap): New fields first_bloc, last_bloc.
1994-10-18 Richard M. Stallman (heap_base): Move static var to top level.
1994-10-12 Karl Heuer Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementations
1994-09-20 Karl Heuer (r_alloc_freeze_level): New variable.
1993-11-18 Richard M. Stallman (r_alloc_init): Explicitly use real_morecore
1993-09-10 Roland McGrath Include <config.h> instead of "config.h".
1993-07-22 Roland McGrath (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' for
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-05-26 Richard M. Stallman (r_alloc_sbrk): Declare already_available as long, not SIZE.
1993-05-26 Richard M. Stallman (POINTER): Always use char *.
1993-05-22 Jim Blandy Updated copyright years.
1992-12-29 Roland McGrath [! emacs] [HAVE_CONFIG_H]: #include "config.h"
1992-11-16 Jim Blandy * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.
1992-10-24 Richard M. Stallman (relinquish): Adjust page_break_value by amount of memory actually given back.
1992-10-20 Richard M. Stallman [emacs]: Define POINTER and SIZE.
1992-10-12 Roland McGrath Removed #include "mem-limits.h".
1992-10-12 Roland McGrath (sbrk): Removed decl.
1992-10-12 Roland McGrath mem_limits.h is now called mem-limits.h.
1992-10-11 Richard M. Stallman (check_memory_limits): Reduce warnlevel when usage drops far enough.
1992-09-29 Jim Blandy * ralloc.c: Since the users of the relocating allocation code
1992-09-13 Jim Blandy Fix typo.
1992-09-09 Jim Blandy * ralloc.c (r_re_alloc): Instead of allocating a new bloc at the
1992-08-19 Jim Blandy * ralloc.c (get_bloc): When initializing new_bloc->variable, cast
1992-06-30 Joseph Arceneaux entered into RCS
1992-04-24 Jim Blandy *** empty log message ***
1992-03-14 Jim Blandy *** empty log message ***
1992-01-13 Jim Blandy *** empty log message ***
1990-11-12 Jim Blandy Initial revision