Searched defs:NullAllocator (Results 1 – 1 of 1) sorted by relevance
444 class NullAllocator class450 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function in NullAllocator452 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function in NullAllocator456 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function in NullAllocator461 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator466 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator