Searched defs:count_allocator (Results 1 – 1 of 1) sorted by relevance
18 struct count_allocator:std::allocator<T> struct22 struct rebind{typedef count_allocator<U> other;}; argument24 count_allocator(std::size_t& element_count,std::size_t& allocator_count): in count_allocator() function27 count_allocator(const count_allocator<T>& x): in count_allocator() function31 template<class U>count_allocator(const count_allocator<U>& x): in count_allocator() argument35 ~count_allocator() in ~count_allocator() argument38 count_allocator& operator=(const count_allocator<T>& x) in operator =() argument45 T* allocate(std::size_t n) in allocate()51 void deallocate(T* p,std::size_t n) in deallocate()57 std::size_t* pelement_count;[all …]