Searched defs:counting_allocator (Results 1 – 1 of 1) sorted by relevance
22 struct counting_allocator : public std::allocator<T> struct27 typedef counting_allocator<U> other; argument30 counting_allocator() in counting_allocator() function35 counting_allocator( counting_allocator<U> ) in counting_allocator() function39 T* allocate(std::size_t n) in allocate()45 void deallocate(T* p, std::size_t n) in deallocate()