Searched refs:memfree (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/win32/
H A Dio.c261 int alt_pressed = 0,memfree=0; local
277 memfree=1;
314 if (memfree)
460 if (memfree)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dfilterentry.c165 BER_MEMFREE_FN *memfree; local
172 memfree = slap_sl_mfuncs.bmf_free;
175 memfree = op->o_tmpfree;
317 memfree( nbv.bv_val, memctx );
351 memfree( value.bv_val, memctx );
407 memfree( nbv.bv_val, memctx );
417 memfree( value.bv_val, memctx );
476 memfree( value.bv_val, memctx );
505 memfree( value.bv_val, memctx );
509 memfree( nb
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dmem.h221 void (*memfree)(isc_mem_t *mctx, void *ptr _ISC_MEM_FLARG); member in struct:isc_memmethods
317 isc_memalloc_t memalloc, isc_memfree_t memfree,
322 isc_memalloc_t memalloc, isc_memfree_t memfree,
341 * memory from the system by calling 'memalloc' and 'memfree',
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dmem.c132 isc_memfree_t memfree; member in struct:isc__mem
230 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
234 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
558 (ctx->memfree)(ctx->arg, ctx->basic_table);
750 (ctx->memfree)(ctx->arg, mem);
825 (ctx->memfree)(ctx->arg, mem);
895 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
898 return (isc__mem_createx2(init_max_size, target_size, memalloc, memfree,
905 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
913 REQUIRE(memfree !
894 isc__mem_createx(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp) argument
904 isc__mem_createx2(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp, unsigned int flags) argument
[all...]
H A Dmem_api.c169 mctx->methods->memfree(mctx, ptr FLARG_PASS);
/macosx-10.10/ntp-92/lib/isc/
H A Dmem.c129 isc_memfree_t memfree; member in struct:isc_mem
379 (ctx->memfree)(ctx->arg, ctx->basic_table);
571 (ctx->memfree)(ctx->arg, mem);
646 (ctx->memfree)(ctx->arg, mem);
716 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
719 return (isc_mem_createx2(init_max_size, target_size, memalloc, memfree,
726 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
734 REQUIRE(memfree != NULL);
747 (memfree)(arg, ctx);
772 ctx->memfree
715 isc_mem_createx(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp) argument
725 isc_mem_createx2(size_t init_max_size, size_t target_size, isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, isc_mem_t **ctxp, unsigned int flags) argument
[all...]
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dmem.h230 isc_memalloc_t memalloc, isc_memfree_t memfree,
235 isc_memalloc_t memalloc, isc_memfree_t memfree,
254 * memory from the system by calling 'memalloc' and 'memfree',
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.cpp283 m_browserFuncs.memfree = NPN_MemFree;
H A Dnpfunctions.h134 NPN_MemFreeProcPtr memfree; member in struct:_NPNetscapeFuncs
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginPackage.mm289 browserFuncs.memfree = NPN_MemFree;
H A DWebNetscapePluginView.mm1460 [_pluginPackage.get() browserFuncs]->memfree(buffer);
/macosx-10.10/vim-55/runtime/syntax/
H A Dhamster.vim166 syn keyword hamsterSpecial memfree
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp984 netscapeFuncs.memfree = NPN_MemFree;

Completed in 223 milliseconds