Searched defs:CountingAllocator (Results 1 – 1 of 1) sorted by relevance
33 class CountingAllocator; variable236 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator() function238 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function242 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function247 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function252 CountingAllocator(CountingAllocator<U, ID>&& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function302 explicit CountingAllocator(AllocController& PP) : P(&PP) {} in CountingAllocator() function304 CountingAllocator(CountingAllocator const& other) : P(other.P) { in CountingAllocator() function308 CountingAllocator(CountingAllocator&& other) : P(other.P) { in CountingAllocator() function313 CountingAllocator(CountingAllocator<U, ID> const& other) TEST_NOEXCEPT : P(other.P) { in CountingAllocator() function[all …]