Re: Reusing the slab allocator

2005-08-13 Thread Pekka Enberg
On 8/10/05, Jon Smirl <[EMAIL PROTECTED]> wrote: > We need a memory manager for the VRAM on video cards. The most common > video cards have been 2MB and 512MB memory. Is it possible to reuse > the kernel slab allocator for managing this memory? > > There are a couple of other odd constraints. > 1)

Reusing the slab allocator

2005-08-10 Thread Jon Smirl
We need a memory manager for the VRAM on video cards. The most common video cards have been 2MB and 512MB memory. Is it possible to reuse the kernel slab allocator for managing this memory? There are a couple of other odd constraints. 1) Some objects need to be allocated on boundaries, like 64B or