> I think that is better to allocate a big piece of memory and get the n= > odes > from this buffer with my own memory management functions; Is this corre= > ct?. See the SLAB interface. It'll do that for you. Kmalloc uses SLAB so will do similarly sane things - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- A question about memory fragmentation Abel Muņoz Alcaraz
- Re: A question about memory fragmentation Alan Cox
- Re: A question about memory fragmentation Erik Mouw
- Re: A question about memory fragmentation Davide Libenzi
- A question about memory fragmentation Abel Muņoz Alcaraz
- Re: A question about memory fragmentation Francis Galiegue
- Alan Cox