DragonFly kernel List (threaded) for 2008-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: migrating proc from zone to objcache
The object cache sits on top of a general-purpose memory allocator such
as kmalloc or zalloc and provides pre-initialized object caching functionality.
If you're not going to use the object caching functionality, you can just
call the underlying memory allocator directly.
Jeffrey
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]