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

/bind-9.11.3/lib/isc/include/isc/
H A Dmem.h224 void (*put)(isc_mempool_t *mpctx, void *mem _ISC_MEM_FLARG); member in struct:isc_mempoolmethods
268 ISCMEMFUNC(put)((c), (p), (s) _ISC_MEM_FILELINE); \
283 ISCMEMPOOLFUNC(put)((c), (p) _ISC_MEM_FILELINE); \
593 *\li The pool has no un"put" allocations outstanding
711 ISCMEMFUNC(put)(isc_mem_t *, void *, size_t _ISC_MEM_FLARG);
723 ISCMEMPOOLFUNC(put)(isc_mempool_t *, void * _ISC_MEM_FLARG);

Completed in 11 milliseconds