Searched defs:SpecificAllocBase (Results 1 – 1 of 1) sorted by relevance
38 struct SpecificAllocBase { struct39 SpecificAllocBase() { instances.push_back(this); } in SpecificAllocBase() function42 static std::vector<SpecificAllocBase *> instances; argument