Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 25 of 169) sorted by relevance

1234567

/external/eigen/unsupported/test/
Dcxx11_tensor_of_float16_cuda.cu56 gpu_device.deallocate(d_float); in test_cuda_numext()
57 gpu_device.deallocate(d_res_half); in test_cuda_numext()
58 gpu_device.deallocate(d_res_float); in test_cuda_numext()
94 gpu_device.deallocate(d_float); in test_cuda_conversion()
95 gpu_device.deallocate(d_half); in test_cuda_conversion()
96 gpu_device.deallocate(d_conv); in test_cuda_conversion()
131 gpu_device.deallocate(d_float); in test_cuda_unary()
132 gpu_device.deallocate(d_res_half); in test_cuda_unary()
133 gpu_device.deallocate(d_res_float); in test_cuda_unary()
172 gpu_device.deallocate(d_float1); in test_cuda_elementwise()
[all …]
Dcxx11_tensor_reduction_sycl.cpp51 sycl_device.deallocate(gpu_in_data); in test_full_reductions_sycl()
52 sycl_device.deallocate(gpu_out_data); in test_full_reductions_sycl()
89 sycl_device.deallocate(gpu_in_data); in test_first_dim_reductions_sycl()
90 sycl_device.deallocate(gpu_out_data); in test_first_dim_reductions_sycl()
126 sycl_device.deallocate(gpu_in_data); in test_last_dim_reductions_sycl()
127 sycl_device.deallocate(gpu_out_data); in test_last_dim_reductions_sycl()
Dcxx11_tensor_reduction_cuda.cu55 gpu_device.deallocate(gpu_in_ptr); in test_full_reductions()
56 gpu_device.deallocate(gpu_out_ptr); in test_full_reductions()
95 dev.deallocate(in_data); in test_first_dim_reductions()
96 dev.deallocate(out_data); in test_first_dim_reductions()
135 dev.deallocate(in_data); in test_last_dim_reductions()
136 dev.deallocate(out_data); in test_last_dim_reductions()
Dcxx11_tensor_forced_eval_sycl.cpp60 sycl_device.deallocate(gpu_in1_data); in test_forced_eval_sycl()
61 sycl_device.deallocate(gpu_in2_data); in test_forced_eval_sycl()
62 sycl_device.deallocate(gpu_out_data); in test_forced_eval_sycl()
Dcxx11_tensor_cast_float16_cuda.cu58 gpu_device.deallocate(d_float); in test_cuda_conversion()
59 gpu_device.deallocate(d_half); in test_cuda_conversion()
60 gpu_device.deallocate(d_conv); in test_cuda_conversion()
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/
Ddeallocate.pass.cpp41 std::is_same<decltype(M.deallocate(nullptr, 0, 0)), void>::value in main()
45 std::is_same<decltype(M.deallocate(nullptr, 0)), void>::value in main()
51 ! noexcept(M.deallocate(nullptr, 0, 0)) in main()
55 ! noexcept(M.deallocate(nullptr, 0)) in main()
63 M.deallocate(p, s, a); in main()
70 M.deallocate(p, s); in main()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx-std-suppression.h18 void deallocate(void *p) { in deallocate() function
26 static void deallocate(void *p) { in deallocate() function
27 _Alloc().deallocate(p); in deallocate()
84 __alloc_traits::deallocate(getBuffer());
92 __alloc_traits::deallocate(getBuffer());
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Ddeallocate.pass.cpp30 a.deallocate((int*)10, 20); in main()
36 a.deallocate((int*)10, 20); in main()
42 a.deallocate((int*)10, 20); in main()
/external/autotest/client/site_tests/graphics_Gralloc/src/
Dgralloctest.c168 static int deallocate(struct alloc_device_t *device, struct grallocinfo *info) in deallocate() function
305 CHECK(deallocate(ctx->device, &info)); in test_alloc_varying_sizes()
312 CHECK(deallocate(ctx->device, &info)); in test_alloc_varying_sizes()
319 CHECK(deallocate(ctx->device, &info)); in test_alloc_varying_sizes()
340 CHECK(deallocate(ctx->device, &info)); in test_alloc_combinations()
424 CHECK(deallocate(ctx->device, &info)); in test_gralloc_order()
467 CHECK(deallocate(ctx->device, &info)); in test_mapping()
514 CHECK(deallocate(ctx->device, &info)); in test_perform()
536 CHECK(deallocate(ctx->device, &info)); in test_ycbcr()
545 CHECK(deallocate(ctx->device, &info)); in test_ycbcr()
[all …]
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp75 DUT.deallocate(Cap, A2); in TEST()
87 DUT.deallocate(Cap, A2x); in TEST()
88 DUT.deallocate(Cap, A1); in TEST()
89 DUT.deallocate(Cap, A3); in TEST()
/external/fmtlib/test/
Dmock-allocator.h40 MOCK_METHOD2_T(deallocate, void (T *p, std::size_t n));
84 void deallocate(value_type *p, std::size_t n) { alloc_->deallocate(p, n); } in deallocate() function
/external/libcxx/test/support/
Dtest_memory_resource.hpp91 P.deallocate(p, s, a); in do_deallocate()
118 void deallocate(void*, size_t, size_t) {} in deallocate() function
127 void deallocate(void* p, size_t, size_t) { ::operator delete(p); } in deallocate() function
154 void deallocate(void*, size_t, size_t) {} in deallocate() function
Dtest_allocator.h92 void deallocate(pointer p, size_type) in deallocate() function
156 void deallocate(pointer p, size_type) in deallocate() function
226 void deallocate(T* p, std::size_t) in deallocate() function
299 void deallocate(T* p, std::size_t n) { std::allocator<T>{}.deallocate(p, n); } in deallocate() function
341 void deallocate(void* ptr, std::size_t N) { in deallocate() function
381 void deallocate(pointer p, size_type n) { handle_->deallocate(p, n); } in deallocate() function
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
Ddeallocate.pass.cpp30 void deallocate(value_type* p, std::size_t n) in deallocate() function
41 …std::allocator_traits<A<int> >::deallocate(a, reinterpret_cast<int*>(static_cast<std::uintptr_t>(0… in main()
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Ddb_deallocate.pass.cpp38 a.deallocate(nullptr, maxSize); in main()
40 a.deallocate(nullptr, maxSize + 1); in main()
/external/swiftshader/src/Common/
DMemory.cpp34 #undef deallocate
95 void deallocate(void *memory) in deallocate() function
132 deallocate(memory); in deallocateExecutable()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DStreamAllocation.java197 deallocate(false, false, true); in streamFinished()
215 deallocate(false, true, false); in release()
220 deallocate(true, false, false); in noNewStreams()
227 private void deallocate(boolean noNewStreams, boolean released, boolean streamFinished) { in deallocate() method in StreamAllocation
293 deallocate(true, false, true); in connectionFailed()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDeviceCuda.h28 virtual void deallocate(void* buffer) const = 0;
131 deallocate(scratch_); in initializeDeviceProp()
149 virtual void deallocate(void* buffer) const { in initializeDeviceProp() function
201 EIGEN_STRONG_INLINE void deallocate(void* buffer) const { in initializeDeviceProp() function
202 stream_->deallocate(buffer); in initializeDeviceProp()
/external/libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
Ddb_deallocate.pass.cpp41 m1.deallocate(nullptr, maxSize); in main()
43 m1.deallocate(nullptr, maxSize + 1); in main()
/external/libcxx/test/std/strings/basic.string/string.cons/
Dcopy_alloc.pass.cpp36 void deallocate(T* p, std::size_t) { std::free(p); } in deallocate() function
54 void deallocate(T* p, std::size_t n) { imp->deallocate(p, n); } in deallocate() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhandler_alloc_helpers.hpp39 inline void deallocate(void* p, std::size_t s, Handler& h) in deallocate() function
51 …; } if (v) { asio_handler_alloc_helpers::deallocate(v, sizeof(op), *…
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp40 a.deallocate(ap, 3); in main()
49 a.deallocate(ap2, 3); in main()
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp64 void deallocate(void*, unsigned) {} in deallocate() function
76 void deallocate(void*, unsigned) {} in deallocate() function
89 void deallocate(void*, unsigned) {} in deallocate() function
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp64 void deallocate(void*, unsigned) {} in deallocate() function
76 void deallocate(void*, unsigned) {} in deallocate() function
89 void deallocate(void*, unsigned) {} in deallocate() function
/external/valgrind/
Dsolaris12.supp51 # Solaris libc doesn't deallocate I/O buffers on program exit.
62 # Solaris libc doesn't deallocate netconfig list pointed to by netpp.
123 # Solaris libc doesn't deallocate static strings netid_tcp_main
135 # Solaris libc doesn't deallocate global variable global_gt.

1234567