all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Miles Bader <miles.bader@necel.com>
Cc: emacs-devel@gnu.org
Subject: Re: mem leak
Date: Mon, 24 Apr 2006 13:15:38 +0900	[thread overview]
Message-ID: <buoodyrhamt.fsf@dhapc248.dev.necel.com> (raw)
In-Reply-To: <854q0jk5j3.fsf@lola.goethe.zz> (David Kastrup's message of "Mon, 24 Apr 2006 05:37:36 +0200")

David Kastrup <dak@gnu.org> writes:
> (garbage-collect)
>
> Reclaim storage for Lisp objects no longer needed.
> Garbage collection happens automatically if you cons more than
> `gc-cons-threshold' bytes of Lisp data since previous garbage collection.
...
> However, if there was overflow in pure space, `garbage-collect'
> returns nil, because real GC can't be done.

That seems to answer my question -- when I do (garbage-collect), it
returns nil!!!!!  If it's not GCing... :-O

I guess pure space overflowed when I built emacs and I didn't notice
(even with all the recent discussion :-).

Thanks,

-Miles
-- 
"Most attacks seem to take place at night, during a rainstorm, uphill,
 where four map sheets join."   -- Anon. British Officer in WW I

  reply	other threads:[~2006-04-24  4:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-24  3:31 mem leak Miles Bader
2006-04-24  3:37 ` David Kastrup
2006-04-24  4:15   ` Miles Bader [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-24  7:33 LENNART BORGMAN
2006-04-24  8:01 ` Miles Bader
2006-04-24  8:18   ` Romain Francoise
2006-04-24  8:26     ` Miles Bader
2006-04-24  8:39       ` Miles Bader
2006-04-24 12:24         ` Stefan Monnier
2006-04-24 14:44           ` Miles Bader
2006-04-24 17:52         ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=buoodyrhamt.fsf@dhapc248.dev.necel.com \
    --to=miles.bader@necel.com \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.