Searched defs:CustomAlloc (Results 1 – 1 of 1) sorted by relevance
405 struct CustomAlloc : std::allocator<T> { struct406 CustomAlloc() {} in CustomAlloc() argument409 CustomAlloc(const CustomAlloc<U>& other) {} in CustomAlloc() function411 template<class U> struct rebind {