Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_thread_atexit.cpp58 struct DtorList { struct
61 DtorList* next; argument
65 __thread DtorList* dtors = nullptr;
124 auto head = static_cast<DtorList*>(std::malloc(sizeof(DtorList))); in __cxa_thread_atexit()