Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DLinearAllocator.cpp191 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()
DLinearAllocator.h124 struct DestructorNode { struct
127 DestructorNode* next = nullptr; argument
145 DestructorNode* mDtorList = nullptr;