caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: SerP <serp256@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Memory fragmentation
Date: Tue, 24 Apr 2012 23:24:36 +0400	[thread overview]
Message-ID: <CAHgca+-N84yVi5JEOKh2X0OBSFVOZWpOA9oa7JKQ-pj9C=+VtQ@mail.gmail.com> (raw)
In-Reply-To: <20120421072622.GB11211@yeeloong.happyleptic.org>

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

I replaced call of 'malloc' in 'caml_alloc_for_heap' function to mmap, and
'free' in 'caml_free_for_heap' to unmap. Unused memory is freed after
Gc.compaction.

On Sat, Apr 21, 2012 at 11:26 AM, <rixed@happyleptic.org> wrote:

> There is a commit dating from a few days ago that might
> be related to your problem (commit msg was :
> PR#5389: compaction sometimes leaves a very large heap)
>
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>

[-- Attachment #2: Type: text/html, Size: 1251 bytes --]

      reply	other threads:[~2012-04-24 19:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAHgca+9-K71NynNVzS0Stnb2v5Tc6n5ecCnJHZorhuB8y8EdTw@mail.gmail.com>
2012-04-20 15:12 ` SerP
2012-04-20 15:27   ` [Caml-list] " SerP
2012-04-20 16:41   ` [Caml-list] " Török Edwin
2012-04-20 18:32     ` SerP
2012-04-20 21:32   ` ygrek
2012-04-21  7:26   ` rixed
2012-04-24 19:24     ` SerP [this message]

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='CAHgca+-N84yVi5JEOKh2X0OBSFVOZWpOA9oa7JKQ-pj9C=+VtQ@mail.gmail.com' \
    --to=serp256@gmail.com \
    --cc=caml-list@inria.fr \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).