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

123456

/freebsd-11-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-11-stable/contrib/mdocml/
H A Dcompat_ohash.h32 void *(*alloc)(size_t, void *); member in struct:ohash_info
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h50 chunk_alloc_t *alloc; member in struct:__anon1802
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Did_table.c49 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) argument
76 c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) argument
88 c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, u32 reserved, u32 flags) argument
114 c4iw_id_table_free(struct c4iw_id_table *alloc) argument
[all...]
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.h36 void *(*alloc)(size_t, void *); member in struct:ohash_info
/freebsd-11-stable/sys/sys/
H A D_unrhdr.h43 u_int alloc; /* Count of memory allocations */ member in struct:unrhdr
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DTypeMerger.h22 TypeMerger(llvm::BumpPtrAllocator &alloc) argument
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp38 CFAllocatorRef alloc = kCFAllocatorDefault; local
/freebsd-11-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-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dthread.h109 void *(*alloc)(unsigned locktype); member in struct:evthread_lock_callbacks
/freebsd-11-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-11-stable/contrib/jemalloc/src/
H A Drtree.c13 rtree_new(rtree_t *rtree, unsigned bits, rtree_node_alloc_t *alloc, argument
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_mem.c226 drm_radeon_mem_alloc_t *alloc = data; local
H A Dsis_ds.h50 int alloc; member in struct:__anon9843
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c39 unsigned n, alloc; local
/freebsd-11-stable/include/
H A Dmalloc_np.h48 chunk_alloc_t *alloc; member in struct:__anon6515
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mem.c225 drm_radeon_mem_alloc_t *alloc = data; local
/freebsd-11-stable/crypto/openssh/
H A Dsshbuf.h46 size_t alloc; /* Total bytes allocated to buf->d */ member in struct:sshbuf
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.h117 struct alloc_cache alloc; member in struct:worker
/freebsd-11-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-11-stable/sys/netipsec/
H A Dipsec_mbuf.c91 int todo, len, done, alloc; local
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.h63 struct alloc_cache alloc; member in struct:subnet_env
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c217 char *alloc = NULL; local
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp154 __gnu_cxx::throw_allocator<char> alloc; local
313 __gnu_cxx::throw_allocator<char> alloc; local
334 __gnu_cxx::throw_allocator<char> alloc; local
[all...]

Completed in 156 milliseconds

123456