Searched defs:ListWithInnerReference (Results 1 – 1 of 1) sorted by relevance
418 struct ListWithInnerReference { struct419 char buffer1[Size];421 char* volatile next = nullptr;422 char buffer2[Size];424 static ListWithInnerReference* Create(PartitionRoot& root) { in Create()430 static void Destroy(PartitionRoot& root, ListWithInnerReference* list) { in Destroy()