Searched defs:alloc (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h47 llvm::SpecificBumpPtrAllocator<T> alloc; member in struct:lld::SpecificAlloc
53 static SpecificAlloc<T> alloc; local
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h22 TypeMerger(llvm::BumpPtrAllocator &alloc) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp38 CFAllocatorRef alloc = kCFAllocatorDefault; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbFPOProgramToDWARFExpression.cpp54 ResolveFPOProgram(llvm::StringRef program, llvm::StringRef register_name, llvm::Triple::ArchType arch_type, llvm::BumpPtrAllocator &alloc) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_persistent_allocator.h46 inline void *PersistentAllocator::alloc(uptr size) { function in class:__sanitizer::PersistentAllocator
/freebsd-12-stable/contrib/mandoc/
H A Dcompat_ohash.h32 void *(*alloc)(size_t, void *); member in struct:ohash_info
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c51 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) argument
78 c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) argument
90 c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, u32 reserved, u32 flags) argument
116 c4iw_id_table_free(struct c4iw_id_table *alloc) argument
[all...]
/freebsd-12-stable/sys/sys/
H A D_unrhdr.h45 u_int alloc; /* Count of memory allocations */ member in struct:unrhdr
/freebsd-12-stable/lib/libopenbsd/
H A Dohash.h36 void *(*alloc)(size_t, void *); member in struct:ohash_info
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h68 extent_alloc_t *alloc; member in struct:extent_hooks_s
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h91 template <typename T, typename... Args> T *alloc(Args &&... ConstructorArgs) { function in class:llvm::ms_demangle::ArenaAllocator
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.h117 struct alloc_cache alloc; member in struct:worker
/freebsd-12-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.h63 struct alloc_cache alloc; member in struct:subnet_env
/freebsd-12-stable/contrib/gcc/
H A Dvec.c40 unsigned alloc; member in struct:vec_prefix
50 unsigned alloc = 0; local
101 unsigned alloc = alloc = calculate_allocation (pfx, reserve, exact); local
173 unsigned alloc = calculate_allocation (pfx, reserve, exact); local
[all...]
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-12-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c39 unsigned n, alloc; local
/freebsd-12-stable/sys/dev/drm/
H A Dsis_ds.h50 int alloc; member in struct:__anon12853
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_mem.c225 drm_radeon_mem_alloc_t *alloc = data; local
/freebsd-12-stable/sys/netipsec/
H A Dipsec_mbuf.c93 int todo, len, done, alloc; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp88 postfix::ParseFPOProgram(llvm::StringRef prog, llvm::BumpPtrAllocator &alloc) { argument
44 ParseOneExpression(llvm::StringRef expr, llvm::BumpPtrAllocator &alloc) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp57 static thread_local_data_t *get_tls_val(bool alloc) { argument
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-block_cache.c149 static struct ptunit_result alloc(struct bcache_fixture *bfix) function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_deleted_rev.c92 create_getdrev_body(serf_bucket_t **body_bkt, void *baton, serf_bucket_alloc_t *alloc, apr_pool_t *pool , apr_pool_t *scratch_pool) argument
H A Dgetdate.c100 create_getdate_body(serf_bucket_t **body_bkt, void *baton, serf_bucket_alloc_t *alloc, apr_pool_t *pool , apr_pool_t *scratch_pool) argument

Completed in 312 milliseconds

123456