Home
last modified time | relevance | path

Searched refs:memalloc (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dmem.c131 isc_memalloc_t memalloc; member
230 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg,
548 table = (ctx->memalloc)(ctx->arg, in more_basic_blocks()
671 ret = (ctx->memalloc)(ctx->arg, size); in mem_getunlocked()
795 ret = (ctx->memalloc)(ctx->arg, size); in mem_get()
912 REQUIRE(memalloc != NULL); in isc__mem_createx2()
919 ctx = (memalloc)(arg, sizeof(*ctx)); in isc__mem_createx2()
953 ctx->memalloc = memalloc; in isc__mem_createx2()
972 ctx->stats = (memalloc)(arg, in isc__mem_createx2()
985 ctx->freelists = (memalloc)(arg, ctx->max_size * in isc__mem_createx2()
[all …]
/freebsd-13.1/sys/dev/exca/
H A Dexca.c254 if ((sc->memalloc & (1 << win)) == 0) { in exca_mem_map()
255 sc->memalloc |= (1 << win); in exca_mem_map()
308 sc->memalloc &= ~(1 << window); in exca_mem_unmap()
626 if (sc->memalloc & (1 << win)) in exca_reset()
641 sc->memalloc = 0; in exca_init()
H A Dexcavar.h72 int memalloc; member
/freebsd-13.1/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,
/freebsd-13.1/bin/sh/
H A DMakefile17 histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \
H A Dnodes.c.pat45 #include "memalloc.h"
H A DTOUR63 The following three macros (defined in memalloc.h) perform these