Home
last modified time | relevance | path

Searched defs:NullAllocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dcontrolled_allocators.h46 class NullAllocator; variable
456 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function
458 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function
462 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function
467 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
472 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function
/aosp_15_r20/external/libcxx/test/support/
H A Dcontrolled_allocators.hpp444 class NullAllocator class
450 explicit NullAllocator(AllocController& PP) : P(&PP) {} in NullAllocator() function in NullAllocator
452 NullAllocator(NullAllocator const& other) : P(other.P) { in NullAllocator() function in NullAllocator
456 NullAllocator(NullAllocator&& other) : P(other.P) { in NullAllocator() function in NullAllocator
461 NullAllocator(NullAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator
466 NullAllocator(NullAllocator<U>&& other) TEST_NOEXCEPT : P(other.P) { in NullAllocator() function in NullAllocator
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcontext_allocator_end2end_test.cc184 class NullAllocator : public grpc::ContextAllocator { class in grpc::testing::__anon579aefe20111::NullContextAllocatorTest
186 NullAllocator(std::atomic<int>* allocation_count, in NullAllocator() function in grpc::testing::__anon579aefe20111::NullContextAllocatorTest::NullAllocator
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dapi.rst160 NullAllocator section in Allocator implementations
165 .. _module-pw_allocator-api-typed_pool:
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dnull_allocator.h36 constexpr NullAllocator() : Allocator(kCapabilities) {} in NullAllocator() function