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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dheap.h33 # define sm_malloc_x(sz) sm_malloc_tagged_x(sz, __FILE__, __LINE__, SmHeapGroup) macro
47 # define sm_malloc_tagged_x(size, file, line, grp) sm_malloc_x(size)
54 extern void *sm_malloc_x __P((size_t));
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c32 #undef sm_malloc_x macro
66 ** don't want sm_malloc_x(0) to raise an exception on some platforms
87 ** sm_malloc_x only gets called from source files in which heap
89 ** sm_malloc_x is macro expanded to a call to sm_malloc_tagged_x.
96 sm_malloc_x(size) function

Completed in 60 milliseconds