aboutsummaryrefslogtreecommitdiffstats
path: root/src/vm-limit.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eval.c: Move struct catchtag definition ... * lisp.h: ... here. * image.c: Move png.h #include earlier to avoid warnings. * xterm.c: * xsmfns.c: * xselect.c: * xrdb.c: * xmenu.c: * xftfont.c: * xfont.c: * xfns.c: * xfaces.c: * xdisp.c: * window.c: * widget.c: * w32xfns.c: * w32uniscribe.c: * w32term.c: * w32select.c: * w32reg.c: * w32proc.c: * w32menu.c: * w32inevt.c: * w32heap.c: * w32font.c: * w32fns.c: * w32console.c: * w32.c: * w16select.c: * vm-limit.c: * unexsol.c: * unexec.c: * unexcw.c: * unexaix.c: * undo.c: * tparam.c: * textprop.c: * terminfo.c: * terminal.c: * termcap.c: * term.c: * syntax.c: * sound.c: * sheap.c: * search.c: * scroll.c: * region-cache.c: * regex.c: * ralloc.c: * process.c: * print.c: * msdos.c: * minibuf.c: * menu.c: * marker.c: * macros.c: * keymap.c: * keyboard.c: * intervals.c: * insdel.c: * indent.c: * gtkutil.c: * ftxfont.c: * ftfont.c: * fringe.c: * frame.c: * fontset.c: * font.c: * fns.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c: * editfns.c: * dosfns.c: * doprnt.c: * doc.c: * dispnew.c: * dired.c: * dbusbind.c: * data.c: * composite.c: * coding.c: * cmds.c: * cm.c: * chartab.c: * charset.c: * character.c: * ccl.c: * category.c: * casetab.c: * casefiddle.c: * callproc.c: * callint.c: * bytecode.c: * buffer.c: * atimer.c: Include setjmp.h. (Bug#4643) * xlwmenu.c: * lwlib.c: * lwlib-utils.c: * lwlib-Xm.c: * lwlib-Xlw.c: * lwlib-Xaw.c: Include setjmp.h.
* Fix copyright years.Eli Zaretskii2009-01-031-1/+1
|
* (ret_lim_data) [MSDOS]: New function.Eli Zaretskii2009-01-031-0/+7
|
* (get_lim_data): Fix last change.Eli Zaretskii2008-11-081-4/+6
|
* (get_lim_data) [MSDOS]: Use alternative methods of estimating available memory.Eli Zaretskii2008-08-241-1/+21
|
* (get_lim_data) [HAVE_GETRLIMIT && RLIMIT_AS]: Define.Andreas Schwab2008-08-031-22/+16
| | | | (check_memory_limits): Don't handle HAVE_GETRLIMIT here.
* (check_memory_limits) [HAVE_GETRLIMIT]: FixAndreas Schwab2008-08-031-3/+6
| | | | calculation of data_size. Use correct type for five_percent.
* (check_memory_limits): Don't use getrlimit on cygwin. Don't useChong Yidong2008-08-021-17/+13
| | | | uninitialized pointer variable when using getrlimit.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+6
|
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
| | | | 2001).
* [HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.hEli Zaretskii2006-03-111-3/+0
| | | | unless HAVE_GETRLIMIT is defined.
* (get_lim_data, lim_data, data_space_start): Moved from mem-limits.h.Richard M. Stallman2006-03-111-56/+155
| | | | | | | (enum warnlevel): New data type. (check_memory_limits): Rewrite the logic about warnings. Use standard `struct rlimit'. Check return values for nonsense. (memory_warnings): Always clear lim_data.
* [HAVE_GETRLIMIT]: Include sys/resource.h.Richard M. Stallman2006-02-201-0/+19
| | | | (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* (check_memory_limits) [REL_ALLOC]: Use real_morecoreAndrew Innes2000-07-051-0/+9
| | | | | | when non-NULL instead of __morecore, to take account of buffer memory. This also solves a problem with spurious memory warnings on Windows.
* (memory_warnings) [WINDOWSNT]: Reset lim_data on eachAndrew Innes1999-02-201-0/+5
| | | | run, since size can vary from run to run.
* 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