wiring down memory
wiring down memory
- Subject: wiring down memory
- From: Ian Ollmann <email@hidden>
- Date: Tue, 20 Nov 2001 23:29:37 -0800
There is a standard way to wire down memory on BSD. I am not sure whether
these work or not, but supposedly, you can either wiredown memory or hint
to the kernel not to page out using mlock() or madvise(). This may be just
what you need to keep your most important audio data buffers around.
>
apropos memory
Ian