/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | id_table.c | 49 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() 76 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free() 88 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 114 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.c | 67 prealloc_setup(struct alloc_cache* alloc) in prealloc_setup() 86 prealloc_blocks(struct alloc_cache* alloc, size_t num) in prealloc_blocks() 103 alloc_init(struct alloc_cache* alloc, struct alloc_cache* super, in alloc_init() 131 alloc_clear_special_list(struct alloc_cache* alloc) in alloc_clear_special_list() 146 alloc_clear_special(struct alloc_cache* alloc) in alloc_clear_special() 160 alloc_clear(struct alloc_cache* alloc) in alloc_clear() 195 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id() 214 alloc_special_obtain(struct alloc_cache* alloc) in alloc_special_obtain() 254 pushintosuper(struct alloc_cache* alloc, alloc_special_type* mem) in pushintosuper() 279 alloc_special_release(struct alloc_cache* alloc, alloc_special_type* mem) in alloc_special_release() [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() 64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free() 79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init() 105 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
|
H A D | mthca_dev.h | 197 struct mthca_alloc alloc; member 203 struct mthca_alloc alloc; member 229 struct mthca_alloc alloc; member 242 struct mthca_alloc alloc; member 249 struct mthca_alloc alloc; member 256 struct mthca_alloc alloc; member 272 struct mthca_alloc alloc; member 277 struct mthca_alloc alloc; member
|
/freebsd/contrib/netbsd-tests/lib/libobjc/ |
H A D | t_threads.m | 55 +alloc; class in init 79 {
|
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.c | 62 struct alloc_cache* alloc) in rrset_cache_create() 84 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust() 175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id() 191 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update() 248 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 254 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() local 302 void* const alloc = ws->objectEnd; in ZSTD_cwksp_internal_advance_phase() local 333 void* alloc; in ZSTD_cwksp_reserve_internal() local 386 void* alloc; in ZSTD_cwksp_reserve_table() local 427 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 226 void* alloc; in ZSTD_cwksp_reserve_internal() local 282 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table() local 311 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
|
/freebsd/sys/sys/ |
H A D | _unrhdr.h | 43 u_int alloc; /* Count of memory allocations */ member
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Memory.h | 40 llvm::SpecificBumpPtrAllocator<T> alloc; member
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | PostfixExpression.cpp | 47 llvm::BumpPtrAllocator &alloc) { in ParseOneExpression() 90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
|
/freebsd/contrib/mandoc/ |
H A D | compat_ohash.h | 32 void *(*alloc)(size_t, void *); member
|
/freebsd/lib/libopenbsd/ |
H A D | ohash.h | 34 void *(*alloc)(size_t, void *); member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_libbacktrace.cpp | 149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() argument 180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() argument
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_acvp_test_params.c | 19 OSSL_PARAM *d, *alloc = NULL; in ossl_rsa_acvp_test_gen_params_new() local
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-xdr.c | 393 bool_t alloc = FALSE; xdr_dec_array() local 453 bool_t alloc = FALSE; xdr_dec_string() local
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
H A D | jemalloc_typedefs.h | 68 extent_alloc_t *alloc; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbFPOProgramToDWARFExpression.cpp | 58 ResolveFPOProgram(llvm::StringRef program,llvm::StringRef register_name,llvm::Triple::ArchType arch_type,llvm::BumpPtrAllocator & alloc) ResolveFPOProgram() argument
|
/freebsd/crypto/heimdal/kuser/ |
H A D | generate-requests.c | 39 unsigned n, alloc; in read_words() local
|
/freebsd/contrib/libfido2/src/ |
H A D | blob.c | 124 size_t alloc; in fido_blob_serialise() local
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_buf.c | 60 const int alloc = DPAA2_ATOMIC_READ(&sc->buf_num); in dpaa2_buf_seed_pool() local
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | thread.h | 109 void *(*alloc)(unsigned locktype); member
|
/freebsd/contrib/libevent/include/event2/ |
H A D | thread.h | 109 void *(*alloc)(unsigned locktype); member
|
/freebsd/contrib/unbound/util/data/ |
H A D | packed_rrset.c | 57 struct alloc_cache* alloc) in ub_packed_rrset_parsedelete() 376 struct alloc_cache* alloc, time_t now) in packed_rrset_copy_alloc()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | numalloc.py | 191 def alloc(self, val=None): member in NumAlloc
|