Home
last modified time | relevance | path

Searched refs:alloc (Results 76 – 100 of 308) sorted by relevance

12345678910>>...13

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h68 extent_alloc_t *alloc; member
/freebsd/lib/libopenbsd/
H A Dohash.h34 void *(*alloc)(size_t, void *); member
/freebsd/contrib/lib9p/pytest/
H A Dnumalloc.py191 def alloc(self, val=None): member in NumAlloc
373 r.alloc(i)
/freebsd/sys/dev/mthca/
H A Dmthca_cq.c784 cq->cqn = mthca_alloc(&dev->cq_table.alloc); in mthca_init_cq()
887 mthca_free(&dev->cq_table.alloc, cq->cqn); in mthca_init_cq()
952 mthca_free(&dev->cq_table.alloc, cq->cqn); in mthca_free_cq()
962 err = mthca_alloc_init(&dev->cq_table.alloc, in mthca_init_cq_table()
972 mthca_alloc_cleanup(&dev->cq_table.alloc); in mthca_init_cq_table()
980 mthca_alloc_cleanup(&dev->cq_table.alloc); in mthca_cleanup_cq_table()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp343 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get() argument
351 return new (*alloc) InternalSymbolizer(); in get()
400 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get() argument
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member
/freebsd/contrib/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member
/freebsd/sys/sys/
H A Dpmckern.h101 #define PMC_SOFT_DEFINE_EX(prov, mod, func, name, alloc, release) \ argument
103 { 0, alloc, release, { #prov "_" #mod "_" #func "." #name, 0 } }; \
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A D__memory72 // FIXME: This should have a version which takes a non-const alloc.
79 // FIXME: This should have a version which takes a non-const alloc.
/freebsd/sys/contrib/device-tree/src/xtensa/
H A Dkc705.dts27 alloc-ranges = <0x00000000 0x20000000>;
/freebsd/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h29 TypeMerger(COFFLinkerContext &ctx, llvm::BumpPtrAllocator &alloc);
/freebsd/sbin/dhclient/
H A DMakefile37 SRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td53 "Flags supported for GNU compatibility: alloc, load, noload, "
87 "compatibility: alloc, load, noload, readonly, exclude, debug, code, "
102 : Flag<["--"], "strip-non-alloc">,
208 : Eq<"prefix-alloc-sections", "Add <prefix> to the start of every allocated section name">,
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vncache.c130 goto alloc; in pfs_vncache_alloc()
158 alloc: in pfs_vncache_alloc()
/freebsd/contrib/tcsh/nls/greek/
H A Dset191 $ tc.alloc.c
/freebsd/contrib/unbound/daemon/
H A Dworker.h121 struct alloc_cache *alloc; member
H A Ddaemon.c454 daemon->env->alloc = &daemon->superalloc; in daemon_setup_modules()
575 struct alloc_cache* alloc = calloc(1, in daemon_create_workers() local
577 if (!alloc) in daemon_create_workers()
579 alloc_init(alloc, &daemon->superalloc, i); in daemon_create_workers()
580 daemon->worker_allocs[i] = alloc; in daemon_create_workers()
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64.S184 { .mii; alloc r2=ar.pfs,4,12,0,16
237 { .mii; alloc r2=ar.pfs,4,12,0,16
410 { .mmi; alloc r2=ar.pfs,4,4,0,8
478 { .mii; alloc r2=ar.pfs,3,0,0,0
558 { .mii; alloc r2=ar.pfs,2,1,0,0
563 { .mii; alloc r2=ar.pfs,2,1,0,0
629 { .mii; alloc r2=ar.pfs,3,0,0,0
634 { .mii; alloc r2=ar.pfs,3,0,0,0
1191 { .mii; alloc r2=ar.pfs,2,1,0,0
1223 { .mii; alloc r2=ar.pfs,3,0,0,0
[all …]
/freebsd/crypto/openssl/engines/
H A De_afalg.txt16 AFALG_R_MEM_ALLOC_FAILED:102:mem alloc failed
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnew.inc11 // [alloc.errors], storage allocation errors
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c217 alloc_init(&sn_env->alloc, NULL, 0); in subnetmod_init()
290 alloc_clear(&sn_env->alloc); in subnetmod_deinit()
310 reply_info_parsedelete(elem, &env->alloc); in delfunc()
412 lock_quick_lock(&sne->alloc.lock); in update_cache()
413 rep = reply_info_copy(qstate->return_msg->rep, &sne->alloc, NULL); in update_cache()
414 lock_quick_unlock(&sne->alloc.lock); in update_cache()
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset191 $ tc.alloc.c
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h81 ((lockvar) = evthread_lock_fns_.alloc ? \
82 evthread_lock_fns_.alloc(locktype) : NULL)
/freebsd/contrib/libevent/
H A Devthread-internal.h81 ((lockvar) = evthread_lock_fns_.alloc ? \
82 evthread_lock_fns_.alloc(locktype) : NULL)
/freebsd/contrib/tcsh/nls/russian/
H A Dset191 $ tc.alloc.c

12345678910>>...13