Searched defs:SpecificAlloc (Results 1 – 1 of 1) sorted by relevance
36 template <class T> struct SpecificAlloc : public SpecificAllocBase { struct37 static SpecificAllocBase *create(void *storage) { in create() argument46 template <class T> int SpecificAlloc<T>::tag = 0; argument