Home
last modified time | relevance | path

Searched defs:alloc (Results 26 – 50 of 105) sorted by relevance

12345

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp343 static InternalSymbolizer *get(LowLevelAllocator *alloc) { in get()
400 static InternalSymbolizer *get(LowLevelAllocator *alloc) { return 0; } in get()
/freebsd/include/
H A Dmalloc_np.h62 extent_alloc_t *alloc; member
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c41 unsigned n, alloc; in read_words() local
/freebsd/crypto/heimdal/kadmin/
H A Dadd-random-users.c45 unsigned n, alloc; in read_words() local
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.h63 struct alloc_cache alloc; member
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c151 reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc, in reply_info_alloc_rrset_keys()
494 struct alloc_cache* alloc, struct query_info* qinf, in parse_create_msg()
513 int reply_info_parse(sldns_buffer* pkt, struct alloc_cache* alloc, in reply_info_parse()
585 reply_info_parsedelete(struct reply_info* rep, struct alloc_cache* alloc) in reply_info_parsedelete()
760 reply_info_copy(struct reply_info* rep, struct alloc_cache* alloc, in reply_info_copy()
/freebsd/contrib/unbound/daemon/
H A Dworker.h121 struct alloc_cache *alloc; member
H A Ddaemon.c575 struct alloc_cache* alloc = calloc(1, in daemon_create_workers() local
/freebsd/usr.bin/locale/
H A Dlocale.c794 kwval_lookup(const char *kwname, char **kwval, int *cat, int *type, int *alloc) in kwval_lookup()
842 int type, cat, tmpval, alloc; in showdetails() local
/freebsd/crypto/openssl/test/
H A Dwpackettest.c22 static const unsigned char alloc[] = { 0x02, 0xfe, 0xff }; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h207 inline T *MakeNode(llvm::BumpPtrAllocator &alloc, Args &&... args) { in MakeNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h90 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { in alloc() function
/freebsd/crypto/openssl/crypto/
H A Dparams_dup.c23 OSSL_PARAM_ALIGNED_BLOCK *alloc; /* The allocated buffer */ member
H A Dinitthread.c93 init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep) in init_get_thread_local()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c54 size_t alloc; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp239 ObjCMessageExpr *ObjCMessageExpr::alloc(const ASTContext &C, in alloc() function in ObjCMessageExpr
251 ObjCMessageExpr *ObjCMessageExpr::alloc(const ASTContext &C, unsigned NumArgs, in alloc() function in ObjCMessageExpr
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp74 static thread_local_data_t *get_tls_val(bool alloc) { in get_tls_val()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c149 static struct ptunit_result alloc(struct bcache_fixture *bfix) in alloc() function
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c413 int alloc) in ossl_dh_key2buf()
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c222 context_release_alloc(struct ub_ctx* ctx, struct alloc_cache* alloc, in context_release_alloc()
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c901 u_long alloc; in parse_syntax_octetstring() local
1095 volatile size_t alloc, length; in parse_define() local
/freebsd/crypto/openssh/
H A Dsshbuf.c48 size_t alloc; /* Total bytes allocated to buf->d */ member
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.c32 } alloc; member
/freebsd/usr.sbin/makefs/zfs/
H A Dvdev.c341 uint64_t alloc, length, *smblk; in vdev_spacemap_write() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp25 DomainValue *ExecutionDomainFix::alloc(int domain) { in alloc() function in ExecutionDomainFix

12345