Lines Matching defs:mem
501 size_t mem;509 * Find out how much mem we need511 for (i = 0, mem = 0; i < client->argc; i++) {513 mem += lens[i];519 mem += sizeof(*clp) + (client->argc * sizeof(*cslp));521 pdu = malloc(mem);537 ret = fio_net_send_cmd(client->fd, FIO_NET_CMD_JOBLINE, pdu, mem, NULL, NULL);