Searched refs:memalloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/bin/sh/
H A DMakefile14 histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \
/freebsd-12-stable/sys/dev/exca/
H A Dexcavar.h72 int memalloc; member in struct:exca_softc
H A Dexca.c254 if ((sc->memalloc & (1 << win)) == 0) {
255 sc->memalloc |= (1 << win);
308 sc->memalloc &= ~(1 << window);
628 if (sc->memalloc & (1 << win))
643 sc->memalloc = 0;
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c131 isc_memalloc_t memalloc; 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,
548 table = (ctx->memalloc)(ctx->arg,
564 new = (ctx->memalloc)(ctx->arg, NUM_BASIC_BLOCKS * ctx->mem_target);
671 ret = (ctx->memalloc)(ctx->arg, size);
795 ret = (ctx->memalloc)(ctx->arg, size);
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_
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...]
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dmem.h317 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',

Completed in 145 milliseconds