Home
last modified time | relevance | path

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

12345

/freebsd-13.1/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()
304 alloc_stats(struct alloc_cache* alloc) in alloc_stats()
310 size_t alloc_get_mem(struct alloc_cache* alloc) in alloc_get_mem()
[all …]
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c51 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc()
78 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
90 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc()
116 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
/freebsd-13.1/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
/freebsd-13.1/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m55 +alloc; class in init
79 {
/freebsd-13.1/contrib/unbound/services/cache/
H A Drrset.c61 struct alloc_cache* alloc) in rrset_cache_create()
83 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust()
171 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
187 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update()
244 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
/freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Drequest_body.c33 serf_bucket_alloc_t *alloc; member
168 serf_bucket_alloc_t *alloc, in request_body_delegate()
H A Dmerge.c298 serf_bucket_alloc_t *alloc, in svn_ra_serf__merge_lock_token_list()
346 serf_bucket_alloc_t *alloc, in create_merge_body()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h46 inline void *PersistentAllocator::alloc(uptr size) { in alloc() function
H A Dsanitizer_symbolizer_libbacktrace.cpp149 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
180 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h47 llvm::SpecificBumpPtrAllocator<T> alloc; member
/freebsd-13.1/sys/sys/
H A D_unrhdr.h45 u_int alloc; /* Count of memory allocations */ member
/freebsd-13.1/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h239 void* alloc; in ZSTD_cwksp_reserve_internal() local
300 void* alloc = ws->tableEnd; in ZSTD_cwksp_reserve_table() local
331 void* alloc = ws->objectEnd; in ZSTD_cwksp_reserve_object() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp45 llvm::BumpPtrAllocator &alloc) { in ParseOneExpression()
88 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { in ParseFPOProgram()
/freebsd-13.1/lib/libopenbsd/
H A Dohash.h36 void *(*alloc)(size_t, void *); member
/freebsd-13.1/contrib/mandoc/
H A Dcompat_ohash.h32 void *(*alloc)(size_t, void *); member
/freebsd-13.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h68 extent_alloc_t *alloc; member
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-xdr.c393 bool_t alloc = FALSE; in xdr_dec_array() local
453 bool_t alloc = FALSE; in xdr_dec_string() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp57 llvm::BumpPtrAllocator &alloc) { in ResolveFPOProgram()
/freebsd-13.1/crypto/heimdal/kuser/
H A Dgenerate-requests.c39 unsigned n, alloc; in read_words() local
/freebsd-13.1/contrib/libfido2/src/
H A Dblob.c123 size_t alloc; in fido_blob_serialise() local
/freebsd-13.1/contrib/unbound/util/data/
H A Dpacked_rrset.c57 struct alloc_cache* alloc) in ub_packed_rrset_parsedelete()
373 struct alloc_cache* alloc, time_t now) in packed_rrset_copy_alloc()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member
/freebsd-13.1/contrib/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member
/freebsd-13.1/contrib/lib9p/pytest/
H A Dnumalloc.py191 def alloc(self, val=None): member in NumAlloc

12345