Home
last modified time | relevance | path

Searched refs:Deallocate (Results 1 – 25 of 4332) sorted by relevance

12345678910>>...174

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DHomogeneousTransformation.cc191 Deallocate(tx); in Approximate()
192 Deallocate(ty); in Approximate()
193 Deallocate(tz); in Approximate()
197 Deallocate(x); in Approximate()
198 Deallocate(y); in Approximate()
199 Deallocate(z); in Approximate()
200 Deallocate(t); in Approximate()
266 Deallocate(t); in Approximate()
371 Deallocate(x); in ApproximateAsNew()
372 Deallocate(y); in ApproximateAsNew()
[all …]
/dports/devel/google-perftools/gperftools-2.9.1/src/tests/
H A Dheap-profiler_unittest.cc78 static void Deallocate(int start, int end) { in Deallocate() function
97 Deallocate(0, 40); in TestHeapProfilerStartStopIsRunning()
116 Deallocate(0, 40); in TestDumpHeapProfiler()
139 Deallocate(0, 40); in main()
145 Deallocate(0, 1000); in main()
148 Deallocate(0, 10); in main()
149 Deallocate(10, 20); in main()
150 Deallocate(90, 100); in main()
151 Deallocate(20, 90); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.cc78 static void Deallocate(int start, int end) { in Deallocate() function
97 Deallocate(0, 40); in TestHeapProfilerStartStopIsRunning()
116 Deallocate(0, 40); in TestDumpHeapProfiler()
139 Deallocate(0, 40); in main()
145 Deallocate(0, 1000); in main()
148 Deallocate(0, 10); in main()
149 Deallocate(10, 20); in main()
150 Deallocate(90, 100); in main()
151 Deallocate(20, 90); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.cc78 static void Deallocate(int start, int end) { in Deallocate() function
97 Deallocate(0, 40); in TestHeapProfilerStartStopIsRunning()
116 Deallocate(0, 40); in TestDumpHeapProfiler()
139 Deallocate(0, 40); in main()
145 Deallocate(0, 1000); in main()
148 Deallocate(0, 10); in main()
149 Deallocate(10, 20); in main()
150 Deallocate(90, 100); in main()
151 Deallocate(20, 90); in main()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/matrices/custommatrix/
H A DAlignedUnpaddedTest1.cpp136 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 32UL ) ); in testConstructors()
273 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
285 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
297 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 32UL ) ); in testConstructors()
346 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
358 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
370 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 32UL ) ); in testConstructors()
562 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
574 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
586 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testConstructors()
[all …]
H A DAlignedPaddedTest1.cpp225 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
237 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
249 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 32UL ) ); in testConstructors()
298 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
310 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
322 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 32UL ) ); in testConstructors()
465 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
477 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
489 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testConstructors()
539 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 10UL ) ); in testConstructors()
[all …]
H A DAlignedPaddedTest2.cpp139 std::unique_ptr<int[],blaze::Deallocate> memory2( blaze::allocate<int>( 32UL ) ); in testSchurAssign()
175 std::unique_ptr<int[],blaze::Deallocate> memory1( blaze::allocate<int>( 32UL ) ); in testSchurAssign()
183 std::unique_ptr<int[],blaze::Deallocate> memory2( blaze::allocate<int>( 32UL ) ); in testSchurAssign()
227 std::unique_ptr<int[],blaze::Deallocate> memory2( blaze::allocate<int>( 32UL ) ); in testSchurAssign()
271 std::unique_ptr<int[],blaze::Deallocate> memory2( blaze::allocate<int>( 32UL ) ); in testSchurAssign()
393 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testSchurAssign()
416 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testSchurAssign()
439 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testSchurAssign()
462 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testSchurAssign()
485 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 48UL ) ); in testSchurAssign()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
55 &AllocatorBase::Deallocate) != in Deallocate()
57 &DerivedT::Deallocate), in Deallocate()
61 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size, Alignment); in Deallocate()
75 Deallocate(T *Ptr, size_t Num = 1) {
76 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T), alignof(T));
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
96 using AllocatorBase<MallocAllocator>::Deallocate;
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/vectors/customvector/
H A DAlignedPaddedTest.cpp215 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
259 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testConstructors()
305 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAssignment()
332 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAssignment()
354 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAssignment()
382 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAssignment()
405 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAssignment()
1770 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testSubscript()
1926 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testAt()
2095 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 16UL ) ); in testIterator()
[all …]
H A DAlignedUnpaddedTest.cpp197 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 5UL ) ); in testConstructors()
241 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 5UL ) ); in testConstructors()
287 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 3UL ) ); in testAssignment()
314 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 4UL ) ); in testAssignment()
336 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 4UL ) ); in testAssignment()
364 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 4UL ) ); in testAssignment()
387 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 4UL ) ); in testAssignment()
1752 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 7UL ) ); in testSubscript()
1908 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 7UL ) ); in testAt()
2077 std::unique_ptr<int[],blaze::Deallocate> memory( blaze::allocate<int>( 4UL ) ); in testIterator()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/client/
H A Dguarded_page_allocator_unittest.cc58 gpa_.Deallocate(alloc); in GetAlignedAllocation()
71 gpa_.Deallocate(buf); in GetRightAlignedAllocationOffset()
87 gpa_.Deallocate(buf); in TEST_P()
96 gpa_.Deallocate(buf); in TEST_P()
103 gpa_.Deallocate(buf); in TEST_P()
126 gpa_.Deallocate(buf); in TEST_P()
136 gpa_.Deallocate(buf); in TEST_P()
186 gpa_.Deallocate(bufs[0]); in TEST_P()
280 gpa_->Deallocate(buf); in Run()
336 gpa_.Deallocate(alloc1); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/client/
H A Dguarded_page_allocator_unittest.cc58 gpa_.Deallocate(alloc); in GetAlignedAllocation()
71 gpa_.Deallocate(buf); in GetRightAlignedAllocationOffset()
87 gpa_.Deallocate(buf); in TEST_P()
96 gpa_.Deallocate(buf); in TEST_P()
103 gpa_.Deallocate(buf); in TEST_P()
126 gpa_.Deallocate(buf); in TEST_P()
136 gpa_.Deallocate(buf); in TEST_P()
186 gpa_.Deallocate(bufs[0]); in TEST_P()
280 gpa_->Deallocate(buf); in Run()
336 gpa_.Deallocate(alloc1); in TEST_F()
[all …]
/dports/devel/tijmp/tijmp-0.7/src/
H A Dobject_info_list.c32 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->sizes); in free_object_info_list()
34 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->lengths); in free_object_info_list()
36 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->objects); in free_object_info_list()
38 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->tags); in free_object_info_list()
39 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil); in free_object_info_list()
63 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->sizes); in expand()
64 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->lengths); in expand()
65 (*jvmti)->Deallocate (jvmti, (unsigned char*)oil->tags); in expand()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Numerics/src/
H A DConjugateGradientDescent.cc54 Deallocate(_g); in CopyAttributes()
60 Deallocate(_h); in CopyAttributes()
89 Deallocate(_g); in ~ConjugateGradientDescent()
90 Deallocate(_h); in ~ConjugateGradientDescent()
123 Deallocate(_g), Allocate(_g, _Function->NumberOfDOFs()); in Initialize()
124 Deallocate(_h), Allocate(_h, _Function->NumberOfDOFs()); in Initialize()
132 Deallocate(_g); in Finalize()
133 Deallocate(_h); in Finalize()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/t/
H A Dprep_stmt_crud_insert_doc.test29 -->echo # b. Deallocate
34 -->echo # d. Deallocate
37 -->echo # b. Deallocate
40 -->echo # b. Deallocate
43 -->echo # b. Deallocate
47 -->echo # c. Deallocate
87 Mysqlx.Prepare.Deallocate {
135 Mysqlx.Prepare.Deallocate {
221 Mysqlx.Prepare.Deallocate {
286 Mysqlx.Prepare.Deallocate {
[all …]

12345678910>>...174