Messages in this thread |  | | Subject | Re: A question about memory fragmentation | Date | Tue, 7 Nov 2000 15:28:52 +0000 (GMT) | From | Alan Cox <> |
| |
> Has Linux a generic linked list management API ?
Yes - if you want to use it <linux/list.h>
> Is the kernel memory fragmentation a solved problem in Linux? (I wish =
Its not a problem you can solve without causing serious performance hits so we don't solve it. If you want to allocate large bus linear memory allocations then tough 8). If you want large virtually linear blocks then you can use vmalloc
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |