HomeSort by relevance Sort by last modified time
    Searched refs:gpr_zalloc (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/grpc-grpc/include/grpc/support/
alloc.h 44 GPRAPI void* gpr_zalloc(size_t size);
  /external/grpc-grpc/src/core/lib/security/credentials/local/
local_credentials.cc 60 gpr_zalloc(sizeof(grpc_local_credentials)));
71 gpr_zalloc(sizeof(grpc_local_server_credentials)));
  /external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_handshaker_service_api_util.cc 27 static_cast<repeated_field*>(gpr_zalloc(sizeof(*field)));
65 static_cast<grpc_slice*>(gpr_zalloc(sizeof(*cb_slice)));
116 static_cast<grpc_slice*>(gpr_zalloc(sizeof(*cb_slice)));
127 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*identity)));
139 static_cast<grpc_slice*>(gpr_zalloc(sizeof(*cb_slice)));
alts_tsi_event.cc 39 alts_tsi_event* e = static_cast<alts_tsi_event*>(gpr_zalloc(sizeof(*e)));
  /external/grpc-grpc/src/core/lib/security/credentials/alts/
grpc_alts_credentials_server_options.cc 42 gpr_zalloc(sizeof(*server_options)));
grpc_alts_credentials_client_options.cc 42 gpr_zalloc(sizeof(target_service_account)));
77 gpr_zalloc(sizeof(grpc_alts_credentials_client_options)));
alts_credentials.cc 78 gpr_zalloc(sizeof(grpc_alts_credentials)));
97 gpr_zalloc(sizeof(grpc_alts_server_credentials)));
check_gcp_environment.cc 48 gpr_zalloc(sizeof(char) * (end - start + 2 /* '\0' */)));
  /external/grpc-grpc/test/core/tsi/
transport_security_test_lib.cc 61 static_cast<handshaker_args*>(gpr_zalloc(sizeof(*args)));
65 static_cast<unsigned char*>(gpr_zalloc(args->handshake_buffer_size));
194 static_cast<unsigned char*>(gpr_zalloc(config->protected_buffer_size));
251 gpr_zalloc(config->read_buffer_allocated_size));
253 gpr_zalloc(config->message_buffer_allocated_size));
429 static_cast<unsigned char*>(gpr_zalloc(TSI_TEST_DEFAULT_CHANNEL_SIZE));
441 static_cast<unsigned char*>(gpr_zalloc(TSI_TEST_DEFAULT_CHANNEL_SIZE));
498 static_cast<unsigned char*>(gpr_zalloc(sizeof(unsigned char) * size));
514 gpr_zalloc(sizeof(*config)));
589 static_cast<tsi_test_channel*>(gpr_zalloc(sizeof(*channel)))
    [all...]
fake_transport_security_test.cc 68 static_cast<fake_tsi_test_fixture*>(gpr_zalloc(sizeof(*fake_fixture)));
96 gpr_zalloc(sizeof(unsigned int) * TSI_TEST_NUM_OF_ARGUMENTS));
  /external/grpc-grpc/src/core/lib/security/credentials/ssl/
ssl_credentials.cc 103 gpr_zalloc(sizeof(tsi_ssl_pem_key_cert_pair)));
122 gpr_zalloc(sizeof(grpc_ssl_credentials)));
171 gpr_zalloc(num_key_cert_pairs * sizeof(tsi_ssl_pem_key_cert_pair)));
202 gpr_zalloc(sizeof(grpc_ssl_server_certificate_config)));
209 gpr_zalloc(num_key_cert_pairs * sizeof(grpc_ssl_pem_key_cert_pair)));
245 gpr_zalloc(sizeof(grpc_ssl_server_credentials_options)));
263 gpr_zalloc(sizeof(grpc_ssl_server_certificate_config_fetcher)));
269 gpr_zalloc(sizeof(grpc_ssl_server_credentials_options)));
335 gpr_zalloc(sizeof(grpc_ssl_server_credentials)));
  /external/grpc-grpc/src/core/tsi/
local_transport_security.cc 98 static_cast<local_zero_copy_grpc_protector*>(gpr_zalloc(sizeof(*impl)));
150 static_cast<local_tsi_handshaker_result*>(gpr_zalloc(sizeof(*result)));
204 static_cast<local_tsi_handshaker*>(gpr_zalloc(sizeof(*handshaker)));
  /external/grpc-grpc/src/core/lib/gpr/
arena.cc 47 gpr_arena* arena = (gpr_arena*)gpr_zalloc(sizeof(*arena));
66 void* retval = arena->ptrs[arena->num_ptrs++] = gpr_zalloc(size);
alloc.cc 64 void* gpr_zalloc(size_t size) { function
65 GPR_TIMER_SCOPE("gpr_zalloc", 0);
  /external/grpc-grpc/src/core/lib/security/credentials/fake/
fake_credentials.cc 62 gpr_zalloc(sizeof(grpc_channel_credentials)));
128 gpr_zalloc(sizeof(grpc_md_only_test_credentials)));
  /external/grpc-grpc/test/core/handshake/
readahead_handshaker_server_ssl.cc 71 static_cast<grpc_handshaker*>(gpr_zalloc(sizeof(grpc_handshaker)));
  /external/grpc-grpc/test/core/iomgr/
endpoint_pair_test.cc 67 g_pollset = static_cast<grpc_pollset*>(gpr_zalloc(grpc_pollset_size()));
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
load_balancer_api.cc 54 static_cast<grpc_grpclb_server*>(gpr_zalloc(sizeof(grpc_grpclb_server)));
113 gpr_zalloc(sizeof(grpc_grpclb_request)));
194 gpr_zalloc(sizeof(grpc_grpclb_serverlist)));
209 gpr_zalloc(sizeof(grpc_grpclb_server*) * sl->num_servers));
240 gpr_zalloc(sizeof(grpc_grpclb_serverlist)));
grpclb_channel_secure.cc 47 static_cast<TargetAuthorityTable::Entry*>(gpr_zalloc(
  /external/grpc-grpc/src/core/ext/filters/client_channel/
backup_poller.cc 132 g_poller = static_cast<backup_poller*>(gpr_zalloc(sizeof(backup_poller)));
134 static_cast<grpc_pollset*>(gpr_zalloc(grpc_pollset_size()));
  /external/grpc-grpc/test/core/tsi/alts/frame_protector/
alts_counter_test.cc 94 static_cast<unsigned char*>(gpr_zalloc(counter_size));
140 static_cast<unsigned char*>(gpr_zalloc(counter_size));
  /external/grpc-grpc/src/core/lib/json/
json.cc 31 grpc_json* json = static_cast<grpc_json*>(gpr_zalloc(sizeof(*json)));
  /external/grpc-grpc/src/core/lib/security/credentials/composite/
composite_credentials.cc 85 gpr_zalloc(sizeof(grpc_composite_call_credentials_metadata_context)));
154 gpr_zalloc(sizeof(grpc_composite_call_credentials)));
163 static_cast<grpc_call_credentials**>(gpr_zalloc(creds_array_byte_size));
256 static_cast<grpc_composite_channel_credentials*>(gpr_zalloc(sizeof(*c)));
  /external/grpc-grpc/src/core/lib/security/credentials/iam/
iam_credentials.cc 70 static_cast<grpc_google_iam_credentials*>(gpr_zalloc(sizeof(*c)));
  /external/grpc-grpc/src/core/tsi/alts/frame_protector/
alts_counter.cc 59 static_cast<unsigned char*>(gpr_zalloc(counter_size));

Completed in 1031 milliseconds

1 2 3 4 5 6