1sizeof (list_t) = 0x10
20 list_t {
3    0 struct list *prev
4    8 struct list *next
5}
6