Searched refs:ISC_MEM_UNUSED_ARG (Results 1 – 1 of 1) sorted by relevance
45 #define ISC_MEM_UNUSED_ARG(a) ((void)(a)) macro49 ( 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)