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

/freebsd-13-stable/contrib/ntp/include/isc/
H A Dmem.h45 #define ISC_MEM_UNUSED_ARG(a) ((void)(a)) macro
49 ( ISC_MEM_UNUSED_ARG(c), emalloc(cnt) )
52 ( ISC_MEM_UNUSED_ARG(c), erealloc((mem), cnt) )
55 ( ISC_MEM_UNUSED_ARG(cnt), isc_mem_free(c, (mem)) )
58 ( ISC_MEM_UNUSED_ARG(c), free(mem) )
61 ( ISC_MEM_UNUSED_ARG(c), estrdup(str) )
64 #define isc__mem_detach(c) ISC_MEM_UNUSED_ARG(c)

Completed in 101 milliseconds