|
|
|
|
|
by anarazel
435 days ago
|
|
Intrusive lists are often used to enqueued pre-existing structures onto lists. And often the same object can be in different lists at different times. That's not realistically dealt with by the compiler re-organizing the struct layout. |
|