Searched refs:FLARG_PASS (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem_api.c27 #define FLARG_PASS , file, line macro
30 #define FLARG_PASS macro
122 return (mctx->methods->memget(mctx, size FLARG_PASS));
129 mctx->methods->memput(mctx, ptr, size FLARG_PASS);
136 (*mctxp)->methods->memputanddetach(mctxp, ptr, size FLARG_PASS);
148 return (mctx->methods->memallocate(mctx, size FLARG_PASS));
155 return (mctx->methods->memreallocate(mctx, ptr, size FLARG_PASS));
162 return (mctx->methods->memstrdup(mctx, s FLARG_PASS));
169 mctx->methods->memfree(mctx, ptr FLARG_PASS);
253 return (mpctx->methods->get(mpctx FLARG_PASS));
[all...]
H A Dmem.c77 #define FLARG_PASS , file, line macro
80 #define FLARG_PASS macro
1276 return (isc__mem_allocate(ctx0, size FLARG_PASS));
1590 new_ptr = isc__mem_allocate(ctx0, size FLARG_PASS);
1597 isc__mem_free(ctx0, ptr FLARG_PASS);
1600 isc__mem_free(ctx0, ptr FLARG_PASS);
1674 ns = isc___mem_allocate((isc_mem_t *)mctx, len + 1 FLARG_PASS);

Completed in 188 milliseconds