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