Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Common/
DMemory.h38 struct SpecificAllocBase { struct
39 SpecificAllocBase() { instances.push_back(this); } in SpecificAllocBase() function
40 virtual ~SpecificAllocBase() = default;
42 static std::vector<SpecificAllocBase *> instances; argument
45 template <class T> struct SpecificAlloc : public SpecificAllocBase {
/external/llvm-project/lld/Common/
DMemory.cpp16 std::vector<SpecificAllocBase *> lld::SpecificAllocBase::instances;
19 for (SpecificAllocBase *alloc : SpecificAllocBase::instances) in freeArena()