Searched defs:user_allocator (Results 1 – 7 of 7) sorted by relevance
44 struct user_allocator { struct46 user_allocator() = default; argument48 user_allocator(user_allocator<U>) {} in user_allocator() function49 friend bool operator==(user_allocator, user_allocator) {return true;} in operator ==() argument58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; argument
43 struct user_allocator { struct45 user_allocator() = default; argument47 user_allocator(user_allocator<U>) {} in user_allocator() function48 friend bool operator==(user_allocator, user_allocator) { return true; } in operator ==() argument57 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; argument
59 struct user_allocator { struct61 user_allocator() = default; argument63 user_allocator(user_allocator<U>) {} in user_allocator() argument64 friend bool operator==(user_allocator, user_allocator) { return true; } in operator ==() argument75 // Turn off annotations for user_allocator: argument
156 …typedef UserAllocator user_allocator; //!< allocator that defines the method that the underlying … typedef in boost::pool_allocator353 typedef UserAllocator user_allocator; typedef in boost::fast_pool_allocator
282 typedef UserAllocator user_allocator; //!< User allocator. typedef in boost::pool900 typedef UserAllocator user_allocator; // User allocator. typedef in boost::pool
76 typedef UserAllocator user_allocator; //!< typedef in boost::object_pool
107 …typedef UserAllocator user_allocator; //!< The user-allocator used by this pool, default = <tt>def… typedef in boost::singleton_pool