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