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

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h158 #define ISCMEMPOOLFUNC(sfx) isc__mempool_ ## sfx macro
164 #define isc_mempool_get(c) ISCMEMPOOLFUNC(get)((c) _ISC_MEM_FILELINE)
283 ISCMEMPOOLFUNC(put)((c), (p) _ISC_MEM_FILELINE); \
721 ISCMEMPOOLFUNC(get)(isc_mempool_t * _ISC_MEM_FLARG);
723 ISCMEMPOOLFUNC(put)(isc_mempool_t *, void * _ISC_MEM_FLARG);

Completed in 12 milliseconds