/external/eigen/unsupported/test/ |
D | cxx11_tensor_of_float16_cuda.cu | 56 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 …]
|
D | cxx11_tensor_reduction_sycl.cpp | 51 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()
|
D | cxx11_tensor_reduction_cuda.cu | 55 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()
|
D | cxx11_tensor_cast_float16_cuda.cu | 58 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()
|
D | cxx11_tensor_forced_eval_sycl.cpp | 60 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()
|
D | cxx11_tensor_sycl.cpp | 150 sycl_device.deallocate(gpu_in1_data); in test_sycl_cpu() 151 sycl_device.deallocate(gpu_in2_data); in test_sycl_cpu() 152 sycl_device.deallocate(gpu_in3_data); in test_sycl_cpu() 153 sycl_device.deallocate(gpu_out_data); in test_sycl_cpu()
|
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | deallocate.pass.cpp | 41 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/ |
D | system-header-simulator-cxx-std-suppression.h | 18 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/autotest/client/site_tests/graphics_Gralloc/src/ |
D | gralloctest.c | 148 static int deallocate(struct alloc_device_t* device, struct gralloctest* test) in deallocate() function 271 CHECK(deallocate(device, &test)); in test_alloc_varying_sizes() 278 CHECK(deallocate(device, &test)); in test_alloc_varying_sizes() 285 CHECK(deallocate(device, &test)); in test_alloc_varying_sizes() 309 if (deallocate(device, &test)) in test_alloc_usage() 398 CHECK(deallocate(device, &test)); in test_gralloc_order() 439 CHECK(deallocate(device, &test)); in test_freed_handle() 475 CHECK(deallocate(device, &test)); in test_mapping() 506 CHECK(deallocate(device, &test)); in test_perform() 529 CHECK(deallocate(device, &test)); in test_ycbcr() [all …]
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | deallocate.pass.cpp | 30 a.deallocate((int*)10, 20); in main() 36 a.deallocate((int*)10, 20); in main() 42 a.deallocate((int*)10, 20); in main()
|
/external/llvm/unittests/Support/ |
D | ArrayRecyclerTest.cpp | 75 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/ |
D | mock-allocator.h | 40 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/ |
D | test_memory_resource.hpp | 91 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
|
D | test_allocator.h | 92 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/swiftshader/src/Common/ |
D | Memory.cpp | 45 #undef deallocate 104 void deallocate(void *memory) in deallocate() function 158 deallocate(memory); in deallocateExecutable()
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
D | deallocate.pass.cpp | 30 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/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorDeviceCuda.h | 28 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/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | StreamAllocation.java | 197 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/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | db_deallocate.pass.cpp | 38 a.deallocate(nullptr, maxSize); in main() 40 a.deallocate(nullptr, maxSize + 1); in main()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | copy_alloc.pass.cpp | 36 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/libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/ |
D | db_deallocate.pass.cpp | 41 m1.deallocate(nullptr, maxSize); in main() 43 m1.deallocate(nullptr, maxSize + 1); in main()
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 64 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/ |
D | swap_noexcept.pass.cpp | 64 void deallocate(void*, unsigned) {} in deallocate() function 76 void deallocate(void*, unsigned) {} in deallocate() function 89 void deallocate(void*, unsigned) {} in deallocate() function
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_alloc_helpers.hpp | 39 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/valgrind/ |
D | solaris12.supp | 51 # 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.
|