Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 119) sorted by relevance

12345

/src/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c49 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()
/src/contrib/unbound/util/
H A Dalloc.c67 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 …]
/src/usr.bin/mdo/
H A Dmdo.c66 struct alloc { struct
71 static const struct alloc ALLOC_INITIALIZER = { argument
101 alloc_is_empty(const struct alloc *const alloc) in alloc_is_empty()
113 alloc_realloc(struct alloc *const alloc) in alloc_realloc()
139 alloc_free(struct alloc *const alloc) in alloc_free()
161 alloc_wrap(struct alloc_wrap_data *const data, struct alloc *alloc) in alloc_wrap()
186 wrapped_getpwnam_r(void *data, const struct alloc *alloc) in wrapped_getpwnam_r()
218 struct alloc *const alloc) in alloc_getpwnam()
235 wrapped_getgrnam_r(void *data, const struct alloc *alloc) in wrapped_getgrnam_r()
267 struct alloc *const alloc) in alloc_getgrnam()
[all …]
/src/contrib/unbound/testcode/
H A Dunitverify.c90 entry_to_repinfo(struct entry* e, struct alloc_cache* alloc, in entry_to_repinfo()
114 extract_keys(struct entry* e, struct alloc_cache* alloc, in extract_keys()
214 verifytest_entry(struct entry* e, struct alloc_cache* alloc, in verifytest_entry()
254 dstest_entry(struct entry* e, struct alloc_cache* alloc, in dstest_entry()
306 struct alloc_cache alloc; in verifytest_file() local
351 struct alloc_cache alloc; in dstest_file() local
429 struct alloc_cache* alloc, struct regional* region, in nsec3_hash_test_entry()
490 struct alloc_cache alloc; in nsec3_hash_test() local
/src/contrib/jemalloc/src/
H A Dpeak_event.c20 uint64_t alloc = tsd_thread_allocated_get(tsd); in peak_event_update() local
30 uint64_t alloc = tsd_thread_allocated_get(tsd); in peak_event_activity_callback() local
40 uint64_t alloc = tsd_thread_allocated_get(tsd); in peak_event_zero() local
H A Dcache_bin.c41 cache_bin_preincrement(cache_bin_info_t *infos, szind_t ninfos, void *alloc, in cache_bin_preincrement()
59 cache_bin_postincrement(cache_bin_info_t *infos, szind_t ninfos, void *alloc, in cache_bin_postincrement()
67 cache_bin_init(cache_bin_t *bin, cache_bin_info_t *info, void *alloc, in cache_bin_init()
/src/sys/dev/mthca/
H A Dmthca_allocator.c40 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 Dmthca_dev.h197 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
/src/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m55 +alloc; class in init
78 +alloc class in init
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dpeak.h23 peak_update(peak_t *peak, uint64_t alloc, uint64_t dalloc) { in peak_update()
32 peak_set_zero(peak_t *peak, uint64_t alloc, uint64_t dalloc) { in peak_set_zero()
/src/contrib/unbound/services/cache/
H A Drrset.c62 struct alloc_cache* alloc) in rrset_cache_create()
86 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust()
177 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
193 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update()
250 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
/src/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h254 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
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h294 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() local
331 void *const alloc = ws->objectEnd; in ZSTD_cwksp_internal_advance_phase() local
364 void* alloc; in ZSTD_cwksp_reserve_internal() local
450 void* alloc; in ZSTD_cwksp_reserve_table() local
495 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
/src/sys/sys/
H A D_unrhdr.h43 u_int alloc; /* Count of memory allocations */ member
/src/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h40 llvm::SpecificBumpPtrAllocator<T> alloc; member
/src/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp47 llvm::BumpPtrAllocator &alloc) { in ParseOneExpression()
90 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
/src/contrib/mandoc/
H A Dcompat_ohash.h32 void *(*alloc)(size_t, void *); member
/src/lib/libopenbsd/
H A Dohash.h34 void *(*alloc)(size_t, void *); member
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
/src/crypto/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c19 OSSL_PARAM *d, *alloc = NULL; in ossl_rsa_acvp_test_gen_params_new() local
/src/crypto/openssl/ssl/rio/
H A Dpoll_builder.c45 static int rpb_ensure_alloc(RIO_POLL_BUILDER *rpb, size_t alloc) in rpb_ensure_alloc()
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c395 bool_t alloc = FALSE; in xdr_dec_array() local
455 bool_t alloc = FALSE; in xdr_dec_string() local
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h68 extent_alloc_t *alloc; member
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h.in68 extent_alloc_t *alloc; member
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp57 llvm::BumpPtrAllocator &alloc) { in ResolveFPOProgram()

12345