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

/sendmail/include/sm/
H A Dheap.h33 # define sm_free(ptr) sm_free_tagged(ptr, __FILE__, __LINE__) macro
46 # define sm_free_tagged(ptr, file, line) sm_free(ptr)
54 extern void sm_free __P((void *));
65 ** and which are compatible with sm_free. Warning: sm_heap_report
99 sm_free(ptr); \
/sendmail/libsm/
H A Dheap.c33 #undef sm_free macro
44 "@(#)$Debug: sm_check_heap - check sm_malloc, sm_realloc, sm_free calls $");
194 sm_free(ptr) function
701 sm_abort("sm_free: bad argument (%p) (%s:%d)", ptr, tag, num);
705 ** SM_HEAP_CHECKPTR_TAGGED -- check whether ptr is a valid argument to sm_free

Completed in 9 milliseconds