Searched refs:memalloc (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | mem.c | 131 isc_memalloc_t memalloc; member 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, in more_basic_blocks() 564 new = (ctx->memalloc)(ctx->arg, NUM_BASIC_BLOCKS * ctx->mem_target); in more_basic_blocks() 671 ret = (ctx->memalloc)(ctx->arg, size); in mem_getunlocked() 795 ret = (ctx->memalloc)(ctx->arg, size); in mem_get() 895 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, in isc__mem_createx() argument 898 return (isc__mem_createx2(init_max_size, target_size, memalloc, memfree, in isc__mem_createx() 905 isc_memalloc_t memalloc, isc_memfree_t memfree, void *arg, in isc__mem_createx2() argument [all …]
|
| /NextBSD/sys/dev/exca/ |
| HD | exca.c | 252 if ((sc->memalloc & (1 << win)) == 0) { in exca_mem_map() 253 sc->memalloc |= (1 << win); in exca_mem_map() 306 sc->memalloc &= ~(1 << window); in exca_mem_unmap() 624 if (sc->memalloc & (1 << win)) in exca_reset() 639 sc->memalloc = 0; in exca_init()
|
| HD | excavar.h | 70 int memalloc; member
|
| /NextBSD/contrib/ntp/lib/isc/include/isc/ |
| HD | mem.h | 317 isc_memalloc_t memalloc, isc_memfree_t memfree, 322 isc_memalloc_t memalloc, isc_memfree_t memfree,
|
| /NextBSD/bin/sh/ |
| HD | Makefile | 10 histedit.c input.c jobs.c kill.c mail.c main.c memalloc.c miscbltin.c \
|
| HD | nodes.c.pat | 45 #include "memalloc.h"
|
| HD | TOUR | 63 The following three macros (defined in memalloc.h) perform these
|