Home
last modified time | relevance | path

Searched defs:AlignedAllocator (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/stdlib/
H A Daligned_allocator.h46 struct AlignedAllocator { struct
58 using other = AlignedAllocator<U, Alignment>; argument
61 AlignedAllocator() noexcept {} in AlignedAllocator() function
62 AlignedAllocator(const AlignedAllocator& other) noexcept {} in AlignedAllocator() argument
65 AlignedAllocator(const AlignedAllocator<U, Alignment>& other) noexcept {} in AlignedAllocator() function
67 ~AlignedAllocator() {} in ~AlignedAllocator() argument
69 pointer address(reference x) const noexcept { return &x; } in address()
70 const_pointer address(const_reference x) const noexcept { return &x; } in address()
95 bool operator==(const AlignedAllocator<T1, Alignment>& lhs, argument
H A Daligned_allocator_test.cc36 TEST(AlignedAllocator, AlignedVector) { in TEST() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/stdlib/
H A Daligned_allocator.h46 struct AlignedAllocator { struct
58 using other = AlignedAllocator<U, Alignment>; argument
61 AlignedAllocator() noexcept {} in AlignedAllocator() function
62 AlignedAllocator(const AlignedAllocator& other) noexcept {} in AlignedAllocator() function
65 AlignedAllocator(const AlignedAllocator<U, Alignment>& other) noexcept {} in AlignedAllocator() argument
67 ~AlignedAllocator() {} in ~AlignedAllocator() argument
69 pointer address(reference x) const noexcept { return &x; } in address()
70 const_pointer address(const_reference x) const noexcept { return &x; } in address()
95 bool operator==(const AlignedAllocator<T1, Alignment>& lhs, argument
H A Daligned_allocator_test.cc36 TEST(AlignedAllocator, AlignedVector) { in TEST() argument
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreAlignedAllocator.h103 struct AlignedAllocator : public std::allocator<T> struct
105 AlignedAllocator() : std::allocator<T>() {} in AlignedAllocator() function
108 AlignedAllocator(const AlignedAllocator<U, Alignment>& other) {}; in AlignedAllocator() argument
111 struct rebind { using other = AlignedAllocator<Other, Alignment>; }; argument
129 #endif // __AlignedAllocator_H__ argument
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/common/
H A Dalloc.h152 struct AlignedAllocator { struct
155 AlignedAllocator() = default; argument
158 AlignedAllocator(const AlignedAllocator<U> &) noexcept {} in AlignedAllocator() argument
175 bool operator==(const AlignedAllocator &) const noexcept { return true; } argument
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/common/
H A Dalloc.h152 struct AlignedAllocator { struct
155 AlignedAllocator() = default; argument
158 AlignedAllocator(const AlignedAllocator<U> &) noexcept {} in AlignedAllocator() function
175 bool operator==(const AlignedAllocator &) const noexcept { return true; } argument
/dports/security/hexl/hexl-1.2.3/hexl/include/hexl/util/
H A Daligned-allocator.hpp33 class AlignedAllocator { class
40 explicit AlignedAllocator(AllocatorStrategyPtr strategy = nullptr) noexcept in AlignedAllocator() function in intel::hexl::AlignedAllocator
47 AlignedAllocator(const AlignedAllocator<U, Alignment>& src) in AlignedAllocator() function in intel::hexl::AlignedAllocator
57 bool operator==(const AlignedAllocator&) { return true; } in operator ==()
59 bool operator!=(const AlignedAllocator&) { return false; } in operator !=()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/allocators/
H A Daligned_allocator.h84 NOTHROW_DEFINE AlignedAllocator() in AlignedAllocator() function
88 NOTHROW_DEFINE AlignedAllocator(const AlignedAllocator&) in AlignedAllocator() argument
93 NOTHROW_DEFINE AlignedAllocator (const AlignedAllocator<U>&) in AlignedAllocator() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dstlalgorithm.hxx23 class AlignedAllocator class
43 AlignedAllocator() {} in AlignedAllocator() function in sc::AlignedAllocator
46 AlignedAllocator(const AlignedAllocator<Type2,Alignment>&) {} in AlignedAllocator() function in sc::AlignedAllocator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dstlalgorithm.hxx24 class AlignedAllocator class
44 AlignedAllocator() {} in AlignedAllocator() function in sc::AlignedAllocator
47 AlignedAllocator(const AlignedAllocator<Type2,Alignment>&) {} in AlignedAllocator() function in sc::AlignedAllocator
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo_test_helpers.h176 AlignedAllocator() {} in AlignedAllocator() function
177 explicit AlignedAllocator(const AlignedAllocator&) {} in AlignedAllocator() argument
179 explicit AlignedAllocator(const AlignedAllocator<T1, ByteAlignment>&) {} in AlignedAllocator() function
/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dalloc.h68 AlignedAllocator() noexcept {} in AlignedAllocator() function
71 AlignedAllocator(const AlignedAllocator<U, N2> &) noexcept {} in AlignedAllocator() function
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/utils/
H A Dalign-allocator.h112 template <class T, Alignment Align = Alignment::SSE> class AlignedAllocator; variable
131 AlignedAllocator() noexcept {} in AlignedAllocator() function
134 AlignedAllocator(const AlignedAllocator<U, Align>&) noexcept {} in AlignedAllocator() function
202 AlignedAllocator() noexcept {} in AlignedAllocator() function
205 AlignedAllocator(const AlignedAllocator<U, Align>&) noexcept {} in AlignedAllocator() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dalignedallocator.h70 AlignedAllocator(const AlignedAllocator& rhs) in AlignedAllocator() function
76 AlignedAllocator(const AlignedAllocator<U>& rhs) in AlignedAllocator() function
178 AlignedAllocator(const AlignedAllocator<U>& rhs) in AlignedAllocator() function
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/mem/
H A Daligned_allocator.hpp43 class AlignedAllocator : public tlx::AllocatorBase<Type> class
67 explicit AlignedAllocator(const BaseAllocator& base = BaseAllocator()) in AlignedAllocator() function in thrill::mem::AlignedAllocator
75 AlignedAllocator(const AlignedAllocator<OtherType>& other) noexcept in AlignedAllocator() function in thrill::mem::AlignedAllocator
/dports/math/blaze/blaze-3.8/blaze/util/
H A DForward.h47 template< typename Type > class AlignedAllocator; variable
H A DAlignedAllocator.h131 inline AlignedAllocator<T>::AlignedAllocator( const AlignedAllocator<U>& allocator ) in AlignedAllocator() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dalignedallocator.h104 using AlignedAllocator = Allocator<T, AlignedAllocationPolicy>; variable
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Dalignedallocator.hh21 class AlignedAllocator : public MallocAllocator<T> { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dallocator_shim_default_dispatch_to_partition_alloc.cc107 base::ThreadSafePartitionRoot* AlignedAllocator() { in AlignedAllocator() function
216 ThreadSafePartitionRoot* PartitionAllocMalloc::AlignedAllocator() { in AlignedAllocator() function in base::internal::PartitionAllocMalloc
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/taocrypt/include/
H A Dinteger.hpp91 class AlignedAllocator : public AllocatorBase<T> class
109 AlignedAllocator() : m_pBlock(0) {} in AlignedAllocator() function in TaoCrypt::AlignedAllocator
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/taocrypt/include/
H A Dinteger.hpp91 class AlignedAllocator : public AllocatorBase<T> class
109 AlignedAllocator() : m_pBlock(0) {} in AlignedAllocator() function in TaoCrypt::AlignedAllocator
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/tools/texturec/
H A Dtexturec.cpp969 class AlignedAllocator : public bx::AllocatorI class
972 AlignedAllocator(bx::AllocatorI* _allocator, size_t _minAlignment) in AlignedAllocator() function in AlignedAllocator
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/tools/texturec/
H A Dtexturec.cpp969 class AlignedAllocator : public bx::AllocatorI class
972 AlignedAllocator(bx::AllocatorI* _allocator, size_t _minAlignment) in AlignedAllocator() function in AlignedAllocator

12