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.