Searched defs:NullAllocator (Results 1 – 5 of 5) sorted by relevance
46 class NullAllocator; variable456 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function458 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function462 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function467 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function472 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
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
184 class NullAllocator : public grpc::ContextAllocator { class in grpc::testing::__anon579aefe20111::NullContextAllocatorTest186 NullAllocator(std::atomic<int>* allocation_count, in NullAllocator() function in grpc::testing::__anon579aefe20111::NullContextAllocatorTest::NullAllocator
160 NullAllocator section in Allocator implementations165 .. _module-pw_allocator-api-typed_pool:
36 constexpr NullAllocator() : Allocator(kCapabilities) {} in NullAllocator() function