Searched refs:DestructorNode (Results 1 – 2 of 2) sorted by relevance
183 static_assert(std::is_standard_layout<DestructorNode>::value, in addToDestructionList()185 static_assert(std::is_trivially_destructible<DestructorNode>::value, in addToDestructionList()187 auto node = new (allocImpl(sizeof(DestructorNode))) DestructorNode(); in addToDestructionList()196 DestructorNode* previous = nullptr; in runDestructorFor()205 rewindIfLastAlloc(node, sizeof(DestructorNode)); in runDestructorFor()
124 struct DestructorNode { struct127 DestructorNode* next = nullptr; argument145 DestructorNode* mDtorList = nullptr;