Home
last modified time | relevance | path

Searched refs:ecalloc (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/php/ext/grpc/
Dbyte_buffer.c46 char *string = ecalloc(length + 1, sizeof(char)); in byte_buffer_to_string()
Dcall.c74 str_key = ecalloc(key_len + 1, sizeof(char)); in grpc_parse_metadata_array()
76 str_val = ecalloc(GRPC_SLICE_LENGTH(elem->value) + 1, sizeof(char)); in grpc_parse_metadata_array()
Dphp7_wrapper.h213 intern = ecalloc(1, sizeof(class_object) + \
Dchannel.c111 args->args = ecalloc(args->num_args, sizeof(grpc_arg)); in php_grpc_read_args_array()
/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c561 void *ecalloc(size_t elem_len, size_t elem_cnt) { function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2912 pub fn ecalloc(n: ::size_t, c: ::size_t) -> *mut ::c_void; in ecalloc() function