tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kmem_alloc size efficiency



On Thu, Nov 04, 2010 at 01:54:37PM -0500, Frank Zerangue wrote:
> When allocating wired memory in the kernel using kmem_alloc, which is more 
> efficient, allocating PAGE_SIZE or PAGE_SIZE - OH (some overhead) ?

PAGE_SIZE - the data structures used to manage allocated memory are stored
seperately.



Home | Main Index | Thread Index | Old Index