Home
last modified time | relevance | path

Searched refs:DestructorNode (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp175 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()
DLinearAllocator.h125 struct DestructorNode { struct
128 DestructorNode* next = nullptr; argument
146 DestructorNode* mDtorList = nullptr;