Searched refs:memchunk (Results 1 – 2 of 2) sorted by relevance
97 void* memchunk = malloc(memlength); in socket_sendmsg_nonblock_boundary_test() local100 iov[0].iov_base = memchunk; in socket_sendmsg_nonblock_boundary_test()102 iov[1].iov_base = memchunk; in socket_sendmsg_nonblock_boundary_test()127 zx_socket_read(s, 0, memchunk, memlength, &actual); in socket_sendmsg_nonblock_boundary_test()136 free(memchunk); in socket_sendmsg_nonblock_boundary_test()
501 void* memchunk = malloc(memlength); in socketpair_sendmsg_nonblock_boundary_test() local504 iov[0].iov_base = memchunk; in socketpair_sendmsg_nonblock_boundary_test()506 iov[1].iov_base = memchunk; in socketpair_sendmsg_nonblock_boundary_test()530 EXPECT_EQ(memlength, read(fds[1], memchunk, memlength), "Socket read failed."); in socketpair_sendmsg_nonblock_boundary_test()539 free(memchunk); in socketpair_sendmsg_nonblock_boundary_test()
Completed in 4 milliseconds