Searched refs:allocator (Results 201 - 225 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am155 allocator-inst.cc \
H A DMakefile.in70 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \
89 stdexcept.lo strstream.lo tree.lo allocator-inst.lo \
362 allocator-inst.cc \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_multimap.h91 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
168 * @param x A %multimap of identical element and allocator types.
195 * @param a An allocator object.
219 * @param x A %multimap of identical element and allocator types.
222 * the allocator object is not copied.
425 * @param x A %multimap of the same element and allocator types.
H A Dstl_multiset.h89 class _Alloc = std::allocator<_Key> >
163 * @param a An allocator object.
178 * @param x A %multiset of identical element and allocator types.
188 * @param x A %multiset of identical element and allocator types.
191 * the allocator object is not copied.
268 * @param x A %multiset of the same element and allocator types.
H A Dstl_set.h83 * @param Alloc Allocator type, defaults to allocator<Key>.
92 class _Alloc = std::allocator<_Key> >
173 * @param a An allocator object.
188 * @param x A %set of identical element and allocator types.
198 * @param x A %set of identical element and allocator types.
201 * the allocator object is not copied.
220 /// Returns the allocator object with which the %set was constructed.
276 * @param x A %set of the same element and allocator types.
H A Dstl_map.h92 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
170 * @param x A %map of identical element and allocator types.
197 * @param a An allocator object.
220 * @param x A %map of identical element and allocator types.
223 * the allocator object is not copied.
488 * @param x A %map of the same element and allocator types.
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h48 typename _Alloc = std::allocator<_Value> >
H A Dhash_multimap.h48 typename _Alloc = std::allocator<_Value> >
H A Dhash_multiset.h48 typename _Alloc = std::allocator<_Value> >
H A Dhash_set.h48 typename _Alloc = std::allocator<_Value> >
H A Dmultiset.h47 typename _Allocator = std::allocator<_Key> >
H A Dset.h47 typename _Allocator = std::allocator<_Key> >
H A Dmap.h47 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
H A Dmultimap.h47 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp244 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h20 * Define overrides for non-standard allocator-related functions if they are
145 # define JEMALLOC_ALLOCATOR __declspec(allocator)
315 * so that it is possible to use jemalloc in conjunction with another allocator
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile36 allocator-inst.cc concept-inst.cc fstream-inst.cc ext-inst.cc \
112 BITSHDRS= allocator.h basic_ios.h basic_ios.tcc basic_string.h \
528 allocator/new_allocator_base.h \
544 TARGETHDRSNAME_new_allocator_base.h= c++allocator.h
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_alloc.c157 * logical blocks to be made contiguous is given. The allocator attempts
618 daddr_t (*allocator) (struct inode *, int, daddr_t, int))
629 result = (*allocator)(ip, cg, pref, size);
639 result = (*allocator)(ip, cg, 0, size);
650 result = (*allocator)(ip, cg, 0, size);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1554 FunctionDecl *allocator = E->getOperatorNew(); local
1575 // Emit the allocation call. If the allocator is a global placement
1579 if (allocator->isReservedGlobalPlacementOperator()) {
1602 allocator->getType()->castAs<FunctionProtoType>();
1627 assert(allocator->isVariadic() && "can't pass alignment to allocator");
1639 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);
1642 // not take an alignment argument, the allocator is known to produce
1647 allocator->isReplaceableGlobalAllocationFunction()) {
1714 allocator
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c821 serf_bucket_alloc_t *allocator = serf_request_get_alloc(request);
842 body_bkt = svn_ra_serf__create_sb_bucket(buf, allocator,
850 body_bkt, allocator);
820 serf_bucket_alloc_t *allocator = serf_request_get_alloc(request); local
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp161 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_OV_TREE_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp171 typedef Allocator allocator; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp28 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp1425 _name = tmp.copy(file.allocator());
1470 _name = tmp.copy(file.allocator());
1512 return new (file.allocator()) Thumb2ToArmShimAtom(file, targetName, target);
1514 return new (file.allocator()) ArmToThumbShimAtom(file, targetName, target);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h58 // - Request cacheline-multiple sized elements from the allocator.
345 AllocatorType &allocator() const XRAY_NEVER_INSTRUMENT {

Completed in 249 milliseconds

1234567891011