Searched defs:my_allocator (Results 1 – 2 of 2) sorted by relevance
57 struct my_allocator : std::allocator<T> struct62 void construct(T* p, Args&& ... args) in construct()73 void deallocate(T* p, std::size_t n) in deallocate()84 void destroy(T* p) in destroy()97 struct rebind
186 class my_allocator : public std::allocator<T> class