aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (check_memory_limits): Use unsigned long to hold memory size values.Richard M. Stallman1993-06-301-2/+2
|
* (check_memory_limits): Declare __morecore.Roland McGrath1992-10-151-1/+2
| | | | Remove unused variable `result'.
* (morecore_with_warning): Removed.Roland McGrath1992-10-151-13/+5
| | | | | | | (check_memory_limits): New fn; most code from morecore_with_warning, but only checks limits, doesn't do any work. (memory_warnings): Set __after_morecore_hook to check_memory_limits; don't set __morecore.
* (warnfunction): Renamed to warn_function (was used inconsistently).Roland McGrath1992-10-121-5/+5
| | | | (morecore_with_warning, memory_warnings): Change callers (were inconsistent).
* mem_limits.h is now called mem-limits.h.Roland McGrath1992-10-121-3/+3
|
* (morecore_with_warning): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-111-18/+40
| | | | | | | | | (memory_warnings): Renamed from malloc_init. Don't set lim_data or warnlevel. Use start_of_data if start is 0. [!emacs]: Don't include config.h or lisp.h; instead, use stddef.h. Define POINTER, SIZE, EXCEEDS_LISP_PTR. (morecore_with_warning): Use EXCEEDS_LISP_PTR.
* entered into RCSJoseph Arceneaux1992-06-301-0/+117