summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAge
* (__morecore) [!SYSTEM_MALLOC]: Move declarationGerd Moellmann2001-02-19
* (__malloc_extra_blocks): Declare as __malloc_size_t.Dave Love2000-09-25
* Remove everything having to do with the use of mmap.Gerd Moellmann2000-09-14
* (mmap_enlarge): Don't return 0 if successful.Gerd Moellmann2000-09-10
* (mmap_fd): Remove initializer which can make itGerd Moellmann2000-09-08
* (r_alloc_init_fd): Move. Fix conditional for pcc.Dave Love2000-09-08
* (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP.Dave Love2000-09-08
* (r_alloc_init_fd): Conditionalize on MAP_ANON.Dave Love2000-09-08
* Don't include string.h (redundant).Dave Love2000-09-08
* (obtain, relinquish, relinquish, r_alloc_size_in_use)Gerd Moellmann2000-09-07
* (mmap_find): Fix overlap computation.Gerd Moellmann2000-09-07
* (POINTER, SIZE) [emacs]: Define in terms ofGerd Moellmann2000-09-06
* Make real_morecore non-static.Andrew Innes2000-07-05
* Maybe include unistd.h.Dave Love2000-06-23
* (relinquish): When returning memory to the system,Karl Heuer1997-09-27
* (r_alloc_reinit): New function.Richard M. Stallman1997-07-12
* (mallopt): Declare, if appropriate.Richard M. Stallman1997-05-16
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-07
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* Comment fixes.Karl Heuer1996-01-05
* (r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1995-03-28
* (r_alloc_init): Set __malloc_extra_blocks.Richard M. Stallman1995-02-19
* (r_alloc_check): Return void.Richard M. Stallman1995-02-16
* Whitespace fixes.Richard M. Stallman1995-02-16
* (r_alloc_free): Call refill_memory_reserve only if emacs.Richard M. Stallman1995-02-14
* (r_alloc_size_in_use): New function.Richard M. Stallman1995-02-07
* (r_alloc_init): Remove unused variable END.Roland McGrath1995-01-15
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-23
* (heap_base): Move static var to top level.Richard M. Stallman1994-10-18
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-12
* (r_alloc_freeze_level): New variable.Karl Heuer1994-09-20
* (r_alloc_init): Explicitly use real_morecoreRichard M. Stallman1993-11-18
* Include <config.h> instead of "config.h".Roland McGrath1993-09-10
* (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1993-07-22
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-09
* (r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1993-05-26
* (POINTER): Always use char *.Richard M. Stallman1993-05-26
* Updated copyright years.Jim Blandy1993-05-22
* [! emacs] [HAVE_CONFIG_H]: #include "config.h"Roland McGrath1992-12-29
* * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.Jim Blandy1992-11-16
* (relinquish): Adjust page_break_value by amount of memory actually given back.Richard M. Stallman1992-10-24
* [emacs]: Define POINTER and SIZE.Richard M. Stallman1992-10-20
* Removed #include "mem-limits.h".Roland McGrath1992-10-12
* (sbrk): Removed decl.Roland McGrath1992-10-12
* mem_limits.h is now called mem-limits.h.Roland McGrath1992-10-12
* (check_memory_limits): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-11
* * ralloc.c: Since the users of the relocating allocation codeJim Blandy1992-09-29
* Fix typo.Jim Blandy1992-09-13
* * ralloc.c (r_re_alloc): Instead of allocating a new bloc at theJim Blandy1992-09-09
* * ralloc.c (get_bloc): When initializing new_bloc->variable, castJim Blandy1992-08-19