Home
last modified time | relevance | path

Searched refs:memory_allocator_factory (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtcp_socket_utils.h80 memory_allocator_factory = nullptr; member
95 memory_allocator_factory =
96 std::exchange(other.memory_allocator_factory, nullptr);
106 memory_allocator_factory = other.memory_allocator_factory; in PosixTcpOptions()
122 memory_allocator_factory = other.memory_allocator_factory;
H A Dposix_engine_listener.h61 memory_allocator_factory,
206 memory_allocator_factory, in PosixEngineListener()
210 std::move(memory_allocator_factory), poller, std::move(engine))) {} in PosixEngineListener()
H A Dposix_engine.cc685 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
696 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreateListener()
709 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreatePosixListener() argument
713 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreatePosixListener()
H A Dposix_engine.h181 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
188 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
H A Dposix_engine_listener.cc61 memory_allocator_factory, in PosixEngineListenerImpl()
69 memory_allocator_factory_(std::move(memory_allocator_factory)) {} in PosixEngineListenerImpl()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/
H A Dfuzzing_event_engine.h86 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
149 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in ListenerInfo()
152 memory_allocator_factory(std::move(memory_allocator_factory)), in ListenerInfo()
160 const std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory; member
H A Dfuzzing_event_engine.cc242 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
250 std::move(memory_allocator_factory))) in CreateListener()
477 listener->memory_allocator_factory->CreateMemoryAllocator( in Connect()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/
H A Doracle_event_engine_posix.h129 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory);
157 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in CreateListener() argument
161 std::move(memory_allocator_factory)); in CreateListener()
H A Doracle_event_engine_posix.cc301 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) in PosixOracleListener() argument
304 memory_allocator_factory_(std::move(memory_allocator_factory)) { in PosixOracleListener()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine_listener.h61 memory_allocator_factory,
204 memory_allocator_factory, in PosixEngineListener()
208 std::move(memory_allocator_factory), poller, std::move(engine))) {} in PosixEngineListener()
Dposix_engine.cc600 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
611 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreateListener()
624 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreatePosixListener() argument
628 std::move(memory_allocator_factory), poller_manager_->Poller(), in CreatePosixListener()
Dposix_engine_listener.cc57 memory_allocator_factory, in PosixEngineListenerImpl()
65 memory_allocator_factory_(std::move(memory_allocator_factory)) {} in PosixEngineListenerImpl()
Dposix_engine.h176 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
184 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thready_event_engine/
H A Dthready_event_engine.cc41 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
59 config, std::move(memory_allocator_factory)); in CreateListener()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thready_event_engine/
Dthready_event_engine.cc41 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
59 config, std::move(memory_allocator_factory)); in CreateListener()
Dthready_event_engine.h53 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/
Dwindows_listener.cc267 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory, in WindowsEventEngineListener() argument
274 memory_allocator_factory_(std::move(memory_allocator_factory)), in WindowsEventEngineListener()
Dwindows_engine.cc402 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
405 std::move(memory_allocator_factory), shared_from_this(), in CreateListener()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/
H A Dwindows_listener.cc311 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory, in WindowsEventEngineListener() argument
318 memory_allocator_factory_(std::move(memory_allocator_factory)), in WindowsEventEngineListener()
H A Dwindows_engine.cc481 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) { in CreateListener() argument
484 std::move(memory_allocator_factory), shared_from_this(), in CreateListener()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dmock_event_engine.h39 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory));
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/
Dposix.h156 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) = 0;
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/extensions/
H A Dsupports_fd.h154 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory) = 0;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/cf_engine/
Dcf_engine.h44 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/cf_engine/
H A Dcf_engine.h46 std::unique_ptr<MemoryAllocatorFactory> memory_allocator_factory)

12