> > > I've used vmalloc in the past, and not had a problem, but it is a fair > question, how do you find out how much space is available? Other than a > binary vmalloc/release loop.
that's a really hard question since it's dynamic; I suppose a good rule of thumb is "never expect more than 16Mb to work" (when I said "64Mb" that was for the kernel as a whole, and there's other users than just "you" :) if you need that much you probably should redesign your algorithms to not need vmalloc in the first place.... -- if you want to mail me at work (you don't), use arjan (at) linux.intel.com Test the interaction between Linux and your BIOS via http://www.linuxfirmwarekit.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/