Searched defs:sm_malloc_x (Results 1 - 2 of 2) sorted by relevance

/sendmail/include/sm/
H A Dheap.h31 # define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup) macro
45 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)
52 extern void *sm_malloc_x __P((size_t));
/sendmail/libsm/
H A Dheap.c30 #undef sm_malloc_x macro
64 ** don't want sm_malloc_x(0) to raise an exception on some platforms
85 ** sm_malloc_x only gets called from source files in which heap
87 ** sm_malloc_x is macro expanded to a call to sm_malloc_tagged_x.
94 sm_malloc_x(size) function

Completed in 9 milliseconds