[Vol-users] Difference between LIST_ENTRY_PTR and LIST_ENTRY
Eknath Venkataramani
18 Aug
2011
18 Aug
'11
11:06 a.m.
While analyzing a memory snapshot, I saw some objects of the type
LIST_ENTRY_PTR and some of the type LIST_ENTRY. From the addresses of those
objects, it looked as if LIST_ENTRY_PTRs where the corresponding list heads
and the LIST_ENTRY's were simply the nodes in the list.
Is this correct?
--
Eknath Venkataramani