Home
last modified time | relevance | path

Searched refs:CreateWithAlloc (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Darena.h52 static std::pair<Arena*, void*> CreateWithAlloc(size_t initial_size,
Darena.cc67 std::pair<Arena*, void*> Arena::CreateWithAlloc(size_t initial_size, in CreateWithAlloc() function in grpc_core::Arena
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc358 grpc_core::Arena::CreateWithAlloc(initial_size, call_alloc_size); in grpc_call_create()