Searched refs:sm_malloc_tagged_x (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dheap.h31 # define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup)
36 extern void *sm_malloc_tagged_x __P((size_t, char *, int, int));
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size) macro
88 # define sm_pmalloc_x(size) sm_malloc_tagged_x(size, __FILE__, __LINE__, 0)
H A Dstring.h59 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dstrdup.c99 d = sm_malloc_tagged_x(l, "sm_strdup_x", 0, sm_heap_group());
160 d = sm_malloc_tagged_x(l, file, line, group);
H A Dheap.c32 #undef sm_malloc_tagged_x macro
87 ** sm_malloc_x is macro expanded to a call to sm_malloc_tagged_x.
413 sm_malloc_tagged_x(size, tag, num, group) function
609 return sm_malloc_tagged_x(size, "realloc", 0, SmHeapGroup);
H A Drpool.c141 return sm_malloc_tagged_x(size, file, line, group);

Completed in 188 milliseconds