Searched refs:MinAlignedAllocator (Results 1 – 4 of 4) sorted by relevance
339 class MinAlignedAllocator class345 MinAlignedAllocator() = delete;347 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function in MinAlignedAllocator349 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator353 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function in MinAlignedAllocator426 template <class Tp> friend class MinAlignedAllocator;432 inline bool operator==(MinAlignedAllocator<T> const& x, in operator ==()433 MinAlignedAllocator<U> const& y) { in operator ==()[all …]
338 class MinAlignedAllocator344 MinAlignedAllocator() = delete;346 explicit MinAlignedAllocator(AllocController& R) : P(&R) {} in MinAlignedAllocator() function348 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) { in MinAlignedAllocator() function352 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) { in MinAlignedAllocator() function357 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function362 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in MinAlignedAllocator() function425 template <class Tp> friend class MinAlignedAllocator; variable431 inline bool operator==(MinAlignedAllocator<T> const& x,432 MinAlignedAllocator<U> const& y) {[all …]
111 check_allocate_deallocate<MinAlignedAllocator<char>>(); in main()
113 check_allocate_deallocate<MinAlignedAllocator<char>>(); in main()