Searched refs:_ISC_MEM_FLARG (Results 1 – 1 of 1) sorted by relevance
124 #define _ISC_MEM_FLARG , const char *, unsigned int macro127 #define _ISC_MEM_FLARG macro213 void *(*memget)(isc_mem_t *mctx, size_t size _ISC_MEM_FLARG);214 void (*memput)(isc_mem_t *mctx, void *ptr, size_t size _ISC_MEM_FLARG);216 size_t size _ISC_MEM_FLARG);217 void *(*memallocate)(isc_mem_t *mctx, size_t size _ISC_MEM_FLARG);219 size_t size _ISC_MEM_FLARG);220 char *(*memstrdup)(isc_mem_t *mctx, const char *s _ISC_MEM_FLARG);221 void (*memfree)(isc_mem_t *mctx, void *ptr _ISC_MEM_FLARG);234 void *(*get)(isc_mempool_t *mpctx _ISC_MEM_FLARG);[all …]