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 - 2:41 pm

The object cache is not a general-purpose memory allocator.  It's a cache of
pre-initialized objects.  Are the significant portions of the proc structure
that can be restored to initialized state on object puts?  If not, it's best
to just use a general-purpose memory allocator.

								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