Memory allocation question

From: george anzinger (george@mvista.com)
Date: Mon Nov 19 2001 - 14:23:52 EST


I need (want) to allocate block of memory for POSIX timers in about page
size chuncks. Currently I am using kmalloc() to allocate a page at a
time. I don't want to have to worry about mapping/unmapping etc. I
just what to go about using the memory. It will be used for timers so
it must not be paged.

Is kmalloc() the best interface to use or is there a better one?

-- 
George           george@mvista.com
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Real time sched: http://sourceforge.net/projects/rtsched/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Nov 23 2001 - 21:00:21 EST