Searched defs:isc_mem_put (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ntp-88/include/isc/
H A Dmem.h48 #define isc_mem_put(c, mem, cnt) free((mem)) macro
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dmem.h191 #define isc_mem_put(c, p, s) \ macro
212 #define isc_mem_put(c, p, s) isc__mem_put((c), (p), (s) _ISC_MEM_FILELINE) macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dmem.h278 #define isc_mem_put(c, p, s) \ macro
299 #define isc_mem_put(c, p, s) ISCMEMFUNC(put)((c), (p), (s) _ISC_MEM_FILELINE) macro

Completed in 190 milliseconds