Re: kernel malloc questions...

2001-11-15 Thread Terry Lambert
Chris Ptacek wrote: > I am trying to malloc a large amount of memory for a KLD during load and the > malloc keeps failing. I am trying to malloc 64-128MB for a memory pool for > a project I am working on. My system has 196MB of memory and the KLD is > loaded at startup so I am relativly sure tha

Re: kernel malloc questions...

2001-11-15 Thread Alfred Perlstein
* Chris Ptacek <[EMAIL PROTECTED]> [05 15:22] wrote: > Hey all, I have a couple questions about kernel mallocs. > > I am trying to malloc a large amount of memory for a KLD during load and the > malloc keeps failing. I am trying to malloc 64-128MB for a memory pool for > a project I am worki