Searched defs:ListWithInnerReference (Results 1 – 1 of 1) sorted by relevance
423 struct ListWithInnerReference { struct424 char buffer1[Size];426 char* volatile next = nullptr;427 char buffer2[Size];429 static ListWithInnerReference* Create(PartitionRoot& root) { in Create()435 static void Destroy(PartitionRoot& root, ListWithInnerReference* list) { in Destroy()