Searched refs:accounted_emalloc (Results 1 – 1 of 1) sorted by relevance
118 static inline void *accounted_emalloc(size_t alloc_size, ser_context *ctx) in accounted_emalloc() function1079 msghdr->msg_iov = accounted_emalloc(sizeof(*msghdr->msg_iov) * 1, ctx); in from_zval_write_msghdr_buffer_size()1080 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)lval, ctx); in from_zval_write_msghdr_buffer_size()1090 msg->msg_iov[i - 1].iov_base = accounted_emalloc(ZSTR_LEN(str), ctx); in from_zval_write_iov_array_aux()1129 msghdr->msg_control = accounted_emalloc(len, ctx); in from_zval_write_controllen()1183 msghdr->msg_iov = accounted_emalloc(sizeof(*msghdr->msg_iov) * 1, ctx); in from_zval_write_msghdr_recv()1184 msghdr->msg_iov[0].iov_base = accounted_emalloc((size_t)DEFAULT_BUFF_SIZE, ctx); in from_zval_write_msghdr_recv()
Completed in 7 milliseconds