|
⇤ ← Revision 1 as of 2006-11-18 17:44:42
Size: 360
Comment:
|
Size: 438
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Parent Node : [:KernelHacking-HOWTO:Kernel Hacking HOWTO] |
|
| Line 4: | Line 6: |
| 1. Hash Tables |
Parent Node : [:KernelHacking-HOWTO:Kernel Hacking HOWTO]
The Linux kernel cannot be linked to any external library. So kernel developers had to internally implement some widely used containers like linked lists and some functions like the C library ones for dealing with strings (strcpy and the like) in order to provide consistent utilities for managing all its complex data.
[:FAQ/LinkedLists:Linked Lists]
- Hash Tables