Home
last modified time | relevance | path

Searched refs:oom_error_string (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc534 static const char* oom_error_string = "\"Out of memory\""; variable
746 if (err == GRPC_ERROR_OOM) return oom_error_string; in grpc_error_string()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc537 static const char* oom_error_string = "\"Out of memory\""; variable
751 if (err == GRPC_ERROR_OOM) return oom_error_string; in grpc_error_string()