Searched refs:DestructorNode (Results 1 – 2 of 2) sorted by relevance
175 static_assert(std::is_standard_layout<DestructorNode>::value, in addToDestructionList()177 static_assert(std::is_trivially_destructible<DestructorNode>::value, in addToDestructionList()179 auto node = new (allocImpl(sizeof(DestructorNode))) DestructorNode(); in addToDestructionList()188 DestructorNode* previous = nullptr; in runDestructorFor()197 rewindIfLastAlloc(node, sizeof(DestructorNode)); in runDestructorFor()
125 struct DestructorNode { struct128 DestructorNode* next = nullptr; argument146 DestructorNode* mDtorList = nullptr;