caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Fernando Alegre <fernando@cc.gatech.edu>
To: caml-list@inria.fr
Subject: [Caml-list] camlimages and kernel memory
Date: Wed, 5 Jun 2002 19:48:52 -0400	[thread overview]
Message-ID: <20020605234852.GA4103@oso.local> (raw)


Hi,

We would like to use some kernel memory buffers from the camlimages libraries
without copying the data to userland. The data comes from digital cameras
directly (using DMA) to a kernel ringbuffer. Caml does not own that memory,
but we want Caml to use it as just another Image.t chunk (with a wrapper,
of course.)

Our question is: is there a safe way to do this? We don't want the garbage
collector to mess with the kernel memory, but we don't want to have
to code separately for "userland" and "kernel" images...

Any suggestion will be appreciated.

Thanks,

       Fernando
       
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2002-06-05 23:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-05 23:48 Fernando Alegre [this message]
2002-06-06 21:08 ` Gerd Stolpmann
2002-06-08 13:36   ` Xavier Leroy
2002-06-12 16:20     ` Jun P.FURUSE
2002-06-12 22:09       ` Fernando Alegre

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=20020605234852.GA4103@oso.local \
    --to=fernando@cc.gatech.edu \
    --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).