Lines Matching refs:mm_malloc
1228 server_req = mm_malloc(sizeof(struct server_request));
1251 q = mm_malloc(sizeof(struct evdns_server_question) + namelen);
1699 if (!(port = mm_malloc(sizeof(struct evdns_server_port))))
1775 item = mm_malloc(sizeof(struct server_reply_item));
1798 if (!(item->data = mm_malloc(datalen))) {
1962 if (!(req->response = mm_malloc(req->response_len))) {
2483 ns = (struct nameserver *) mm_malloc(sizeof(struct nameserver));
2709 mm_malloc(sizeof(struct request) + request_max_len);
3015 struct search_state *state = (struct search_state *) mm_malloc(sizeof(struct search_state));
3057 sdomain = (struct search_domain *) mm_malloc(sizeof(struct search_domain) + domain_len);
3134 char *const newname = (char *) mm_malloc(base_len + need_to_append_dot + postfix_len + 1);
3545 path_out = mm_malloc(len_out+1);
3628 buf = mm_malloc(ips-addr+1);
3668 buf = mm_malloc(size);
3678 buf = mm_malloc(size);
3733 if (!(buf = mm_malloc(bufsz)))
3858 base = mm_malloc(sizeof(struct evdns_base));