summaryrefslogtreecommitdiff
path: root/src/ralloc.c
Commit message (Expand)AuthorAgeFilesLines
* (r_alloc_check): Don't check alignment of h->start.Richard M. Stallman1996-04-071-0/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-8/+8
* (r_re_alloc): Correct realloc behavior--allow shrinkingRichard M. Stallman1995-03-281-26/+140
* (r_alloc_init): Set __malloc_extra_blocks.Richard M. Stallman1995-02-191-0/+6
* (r_alloc_check): Return void.Richard M. Stallman1995-02-161-1/+13
* Whitespace fixes.Richard M. Stallman1995-02-161-79/+79
* (r_alloc_free): Call refill_memory_reserve only if emacs.Richard M. Stallman1995-02-141-6/+9
* (r_alloc_size_in_use): New function.Richard M. Stallman1995-02-071-0/+11
* (r_alloc_init): Remove unused variable END.Roland McGrath1995-01-151-4/+2
* (struct heap): New fields first_bloc, last_bloc.Richard M. Stallman1994-10-231-16/+114
* (heap_base): Move static var to top level.Richard M. Stallman1994-10-181-81/+208
* Install Hiroshi Nakano's rewrite to allow multiple heaps, for implementationsKarl Heuer1994-10-121-142/+449
* (r_alloc_freeze_level): New variable.Karl Heuer1994-09-201-2/+30
* (r_alloc_init): Explicitly use real_morecoreRichard M. Stallman1993-11-181-0/+12
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (ALIGNED, ROUNDUP): Use `unsigned long int' instead of `unsigned int' forRoland McGrath1993-07-221-2/+3
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* (r_alloc_sbrk): Declare already_available as long, not SIZE.Richard M. Stallman1993-05-261-1/+4
* (POINTER): Always use char *.Richard M. Stallman1993-05-261-0/+5
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* [! emacs] [HAVE_CONFIG_H]: #include "config.h"Roland McGrath1992-12-291-0/+6
* * ralloc.c (relocate_some_blocs): Handle BLOC == NIL_BLOC.Jim Blandy1992-11-161-21/+23
* (relinquish): Adjust page_break_value by amount of memory actually given back.Richard M. Stallman1992-10-241-14/+46
* [emacs]: Define POINTER and SIZE.Richard M. Stallman1992-10-201-2/+11
* Removed #include "mem-limits.h".Roland McGrath1992-10-121-7/+15
* (sbrk): Removed decl.Roland McGrath1992-10-121-98/+9
* mem_limits.h is now called mem-limits.h.Roland McGrath1992-10-121-1/+1
* (check_memory_limits): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-111-32/+77
* * ralloc.c: Since the users of the relocating allocation codeJim Blandy1992-09-291-29/+64
* Fix typo.Jim Blandy1992-09-131-1/+1
* * ralloc.c (r_re_alloc): Instead of allocating a new bloc at theJim Blandy1992-09-091-13/+15
* * ralloc.c (get_bloc): When initializing new_bloc->variable, castJim Blandy1992-08-191-1/+5
* entered into RCSJoseph Arceneaux1992-06-301-1/+0
* *** empty log message ***Jim Blandy1992-04-241-0/+1
* *** empty log message ***Jim Blandy1992-03-141-21/+45
* *** empty log message ***Jim Blandy1992-01-131-1/+1
* Initial revisionJim Blandy1990-11-121-0/+426