login
Header Space

 
 

Re: migrating proc from zone to objcache

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <kernel@...>
Date: Monday, March 31, 2008 - 3:20 pm

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
migrating proc from zone to objcache, Nicolas Thery, (Mon Mar 31, 2:26 pm)
Re: migrating proc from zone to objcache, Jeffrey Hsu, (Mon Mar 31, 2:41 pm)
Re: migrating proc from zone to objcache, Nicolas Thery, (Mon Mar 31, 3:14 pm)
Re: migrating proc from zone to objcache, Jeffrey Hsu, (Mon Mar 31, 10:18 pm)
Re: migrating proc from zone to objcache, Nicolas Thery, (Tue Apr 1, 2:54 am)
Re: migrating proc from zone to objcache, Jeffrey Hsu, (Tue Apr 1, 3:26 am)
Re: migrating proc from zone to objcache, Nicolas Thery, (Tue Apr 1, 11:25 am)
Re: migrating proc from zone to objcache, Simon 'corecode' Schubert..., (Mon Mar 31, 3:03 pm)
Re: migrating proc from zone to objcache, Jeffrey Hsu, (Mon Mar 31, 3:20 pm)
speck-geostationary