about buddy and slab allocators
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: kernelnewbies@xxxxxxxxxxxx
- Subject: about buddy and slab allocators
- From: Xiangfei Jia <xjianz@xxxxxxxxx>
- Date: Wed, 22 Jun 2005 22:03:59 +1200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=o+RlTMdJ8avcaZgshbEW5q/kC1soza2tM3aj36BusVfZ2s4LpKVDrW/8IKiNLJlZOnkOGOSXp8OO6x2Fdw4EF/R9OhOXG4zpu1Ahk7dLArU+n4rX6MqbB2gZH/ZDX8k3ZKzcolRauSGm22JK9KtRAoW3XtgI6s/jRXqQuLTlUjw=
- Reply-to: Xiangfei Jia <xjianz@xxxxxxxxx>
- Sender: kernelnewbies-bounce@xxxxxxxxxxxx
I'm reading a book about kernel memory management. In the book, there
is one sentence saying "with this combination of allocators (buddy and
slab allocators), the kernel can ensure the amount of memory wasted due
to internal fragmentation is kept to a minimum.". From my
understanding, I think the allocators are used to deal with external
fragmentation, not internal. Am I right? Please correct me!!!
Fei
[Index of Archives]
[Newbies FAQ]
[Linux Kernel Mentors]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]