Searched defs:DEMOAllocator (Results 1 – 2 of 2) sorted by relevance
179 struct DEMOAllocator : public std::allocator<T> struct184 typedef DEMOAllocator<_Other> other; argument187 DEMOAllocator() {} in DEMOAllocator() argument189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() argument192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function197 T* allocate(std::size_t n) in allocate()202 void deallocate(T* p, std::size_t n) in deallocate()
179 struct DEMOAllocator : public std::allocator<T> struct184 typedef DEMOAllocator<_Other> other; argument187 DEMOAllocator() {} in DEMOAllocator() function189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() argument192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function197 T* allocate(std::size_t n) in allocate()202 void deallocate(T* p, std::size_t n) in deallocate()