Home
last modified time | relevance | path

Searched defs:count_allocator (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dcount_allocator.hpp18 struct count_allocator:std::allocator<T> struct
22 struct rebind{typedef count_allocator<U> other;}; argument
24 count_allocator(std::size_t& element_count,std::size_t& allocator_count): in count_allocator() function
27 count_allocator(const count_allocator<T>& x): in count_allocator() function
31 template<class U>count_allocator(const count_allocator<U>& x): in count_allocator() argument
35 ~count_allocator() in ~count_allocator() argument
38 count_allocator& operator=(const count_allocator<T>& x) in operator =() argument
45 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 …]