Home
last modified time | relevance | path

Searched refs:sm_malloc (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dheap.h32 # define sm_malloc(size) sm_malloc_tagged(size, __FILE__, __LINE__, SmHeapGroup) macro
44 # define sm_malloc_tagged(size, file, line, grp) sm_malloc(size)
51 extern void *sm_malloc __P((size_t));
/freebsd/contrib/sendmail/libsm/
H A Dsetvbuf.c116 if ((buf = sm_malloc(size)) == NULL)
127 buf = sm_malloc(size);
H A Dt-heap.c37 p = sm_malloc(10);
H A Dvasprintf.c70 fake.f_bf.smb_base = fake.f_p = (unsigned char *)sm_malloc(SM_VA_BUFSIZE);
H A Dconfig.c83 newenv = (char **) sm_malloc(sizeof(char *) * (envlen + 2));
H A Dmakebuf.c55 if ((p = sm_malloc(size)) == NULL)
H A Dniprop.c185 propval = p = sm_malloc(alen);
H A Dheap.c36 #undef sm_malloc
127 sm_malloc(size) in sm_malloc() function
H A Dsem.c59 semvals = (unsigned short *) sm_malloc(nsem * sizeof semvals);
H A Dstrio.c228 s = sm_malloc(sizeof(SM_STR_OBJ_T));
H A Drpool.c90 p = sm_malloc(sizeof(SM_POOLHDR_T) + size);
H A Dmbdb.c442 new = sm_malloc(len);
H A Dvfprintf.c1022 sm_malloc(sizeof(va_list) * (tablemax + 1));
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c213 *tlsa = (char *) sm_malloc(txtlen);
278 dr = (DNS_REPLY_T *) sm_malloc(sizeof(*dr));
331 *rr = (RESOURCE_RECORD_T *) sm_malloc(sizeof(**rr));
367 sm_malloc(sizeof(*((*rr)->rr_u.rr_mx)) + l);
385 sm_malloc(sizeof(*((*rr)->rr_u.rr_srv)) + l);
416 (*rr)->rr_u.rr_txt = (char *) sm_malloc(txtlen + 1);
441 (*rr)->rr_u.rr_data = (unsigned char*) sm_malloc(size);
769 tlsa = sm_malloc(txtlen + 1);
1298 reply = (unsigned char *)sm_malloc(IP_MAXPACKET);
H A Dsasl.c61 return sm_malloc((size_t) size);
87 p = sm_malloc(size);
H A Dbf.c132 bfp = (struct bf *) sm_malloc(sizeof(struct bf));
143 bfp->bf_buf = (char *) sm_malloc(bsize);
162 bfp->bf_filename = (char *) sm_malloc(l);
844 bfp->bf_buf = (char *) sm_malloc(bsize);
H A Dtlsh.c141 *fp = end = sm_malloc(len);
H A Dsfsasl.c111 so = (struct sasl_obj *) sm_malloc(sizeof(struct sasl_obj));
499 so = (struct tls_obj *) sm_malloc(sizeof(struct tls_obj));
H A Ddomain.c584 dane_tlsa = (dane_tlsa_P) sm_malloc(sizeof(*dane_tlsa));
1532 buf = (char *) sm_malloc(len);
H A Dqueue.c7982 WorkGrp[j].wg_qgs = (QUEUEGRP **)sm_malloc(sizeof(QUEUEGRP *) * in makeworkgroups()
8543 lsplits = sm_malloc(l);
8668 lsplits = sm_malloc(l);
H A Dmap.c1499 appdomain = (char *) sm_malloc(len);
8869 replybuf = (char *) sm_malloc(replylen + 1);
H A Dsrvrsmtp.c3732 new = (QUEUE_CHAR *) sm_malloc(sizeof(QUEUE_CHAR));