Home
last modified time | relevance | path

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

/external/flatbuffers/tests/rust_no_std_compilation_test/src/
Dmain.rs13 struct NullAllocator; struct
14 unsafe impl GlobalAlloc for NullAllocator { implementation
/external/cronet/tot/third_party/libc++/src/test/support/
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
/external/cronet/stable/third_party/libc++/src/test/support/
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
/external/pigweed/pw_allocator/public/pw_allocator/
Dnull_allocator.h36 constexpr NullAllocator() : Allocator(kCapabilities) {} in NullAllocator() function
/external/libcxx/test/support/
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
/external/grpc-grpc/test/cpp/end2end/
Dcontext_allocator_end2end_test.cc184 class NullAllocator : public grpc::ContextAllocator { class in grpc::testing::__anond4ce9a620111::NullContextAllocatorTest
186 NullAllocator(std::atomic<int>* allocation_count, in NullAllocator() function in grpc::testing::__anond4ce9a620111::NullContextAllocatorTest::NullAllocator
/external/pigweed/pw_allocator/
Dapi.rst206 NullAllocator section in Allocator implementations
211 .. _module-pw_allocator-api-typed_pool: