| /freebsd-12.1/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() 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-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | id_table.c | 51 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-12.1/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-12.1/contrib/gcc/ |
| H A D | vec.c | 40 unsigned alloc; member 50 unsigned alloc = 0; in calculate_allocation() local 101 unsigned alloc = alloc = calculate_allocation (pfx, reserve, exact); in vec_gc_o_reserve_1() local 173 unsigned alloc = calculate_allocation (pfx, reserve, exact); in vec_heap_o_reserve_1() local
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libobjc/ |
| H A D | t_threads.m | 55 +alloc; class in init 79 {
|
| /freebsd-12.1/contrib/unbound/services/cache/ |
| H A D | rrset.c | 60 struct alloc_cache* alloc) in rrset_cache_create() 82 struct config_file* cfg, struct alloc_cache* alloc) in rrset_cache_adjust() 170 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id() 186 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update() 243 struct alloc_cache* alloc, time_t timenow) in rrset_cache_update_wildcard()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ |
| H A D | map_debug_base.hpp | 313 __gnu_cxx::throw_allocator<char> alloc; in split() local 334 __gnu_cxx::throw_allocator<char> alloc; in join() local
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | request_body.c | 33 serf_bucket_alloc_t *alloc; member 168 serf_bucket_alloc_t *alloc, in request_body_delegate()
|
| H A D | merge.c | 298 serf_bucket_alloc_t *alloc, in svn_ra_serf__merge_lock_token_list() 346 serf_bucket_alloc_t *alloc, in create_merge_body()
|
| H A D | commit.c | 206 serf_bucket_alloc_t *alloc, in create_checkout_body() 540 serf_bucket_alloc_t *alloc, in get_encoding_and_cdata() 574 serf_bucket_alloc_t *alloc, in write_prop_xml() 745 serf_bucket_alloc_t *alloc, in create_proppatch_body() 880 serf_bucket_alloc_t *alloc, in create_empty_put_body() 1105 serf_bucket_alloc_t *alloc, in create_txn_post_body() 1396 serf_bucket_alloc_t *alloc, in create_delete_body() 2001 serf_bucket_alloc_t *alloc, in create_body_from_txdelta_stream()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | CFBundle.cpp | 49 CFAllocatorRef alloc = kCFAllocatorDefault; in SetPath() local
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_persistent_allocator.h | 47 inline void *PersistentAllocator::alloc(uptr size) { in alloc() function
|
| H A D | sanitizer_symbolizer_libbacktrace.cc | 150 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get() 181 LibbacktraceSymbolizer *LibbacktraceSymbolizer::get(LowLevelAllocator *alloc) { in get()
|
| /freebsd-12.1/sys/sys/ |
| H A D | _unrhdr.h | 45 u_int alloc; /* Count of memory allocations */ member
|
| /freebsd-12.1/lib/libopenbsd/ |
| H A D | ohash.h | 36 void *(*alloc)(size_t, void *); member
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | compat_ohash.h | 32 void *(*alloc)(size_t, void *); member
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_typedefs.h | 68 extent_alloc_t *alloc; member
|
| /freebsd-12.1/crypto/heimdal/kuser/ |
| H A D | generate-requests.c | 39 unsigned n, alloc; in read_words() local
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTDumper.cpp | 84 char *alloc = (char *)malloc(len); in ToLog() local
|
| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | packed_rrset.c | 57 struct alloc_cache* alloc) in ub_packed_rrset_parsedelete() 366 struct alloc_cache* alloc, time_t now) in packed_rrset_copy_alloc()
|
| /freebsd-12.1/contrib/libevent/include/event2/ |
| H A D | thread.h | 109 void *(*alloc)(unsigned locktype); member
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | thread.h | 109 void *(*alloc)(unsigned locktype); member
|
| /freebsd-12.1/contrib/unbound/edns-subnet/ |
| H A D | subnetmod.h | 62 struct alloc_cache alloc; member
|
| /freebsd-12.1/sys/netipsec/ |
| H A D | ipsec_mbuf.c | 91 int todo, len, done, alloc; in m_makespace() local
|