Home
last modified time | relevance | path

Searched refs:deallocation (Results 1 – 25 of 2987) sorted by relevance

12345678910>>...120

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/src/
H A Dbytes.rs66 deallocation: Deallocation, field
86 deallocation: Deallocation, in new()
91 deallocation, in new()
115 match self.deallocation { in capacity()
127 match &self.deallocation { in drop()
/dports/devel/py-numba/numba-0.51.2/docs/source/cuda/
H A Dmemory.rst168 This section describes the deallocation behaviour of Numba's internal memory
171 documentation for the EMM Plugin to understand its deallocation behaviour.
175 is scheduled to be deallocated. The deallocation does not occur immediately.
179 any asynchronous execution. Deferring the deallocation could avoid latency
181 2. Some deallocation errors may cause all the remaining deallocations to fail.
182 Continued deallocation errors can cause critical errors at the CUDA driver
186 deallocation, the remaining pending deallocations are cancelled. Any
187 deallocation error will be reported. When the process is terminated, the
196 - The deallocation queue has reached its maximum size, which is default to 10.
207 Sometimes, it is desired to defer resource deallocation until a code section
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdlist/
H A Dcmdlist.cpp93 for (auto deallocation : container) { in removeDeallocationContainerData() local
94 DEBUG_BREAK_IF(deallocation == nullptr); in removeDeallocationContainerData()
96 …Handle()->getSvmAllocsManager()->getSVMAlloc(reinterpret_cast<void *>(deallocation->getGpuAddress(… in removeDeallocationContainerData()
100 …if (!((deallocation->getAllocationType() == NEO::GraphicsAllocation::AllocationType::INTERNAL_HEAP… in removeDeallocationContainerData()
101 … (deallocation->getAllocationType() == NEO::GraphicsAllocation::AllocationType::LINEAR_STREAM))) { in removeDeallocationContainerData()
102 memoryManager->freeGraphicsMemory(deallocation); in removeDeallocationContainerData()
103 eraseDeallocationContainerEntry(deallocation); in removeDeallocationContainerData()
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/GRPCClient/
H A DGRPCInterceptor.m229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
265 // retain this interceptor until the method exit to prevent deallocation of the interceptor
274 // retain this interceptor until the method exit to prevent deallocation of the interceptor
284 // retain this interceptor until the method exit to prevent deallocation of the interceptor
293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
/dports/devel/grpc/grpc-1.42.0/src/objective-c/GRPCClient/
H A DGRPCInterceptor.m229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
265 // retain this interceptor until the method exit to prevent deallocation of the interceptor
274 // retain this interceptor until the method exit to prevent deallocation of the interceptor
284 // retain this interceptor until the method exit to prevent deallocation of the interceptor
293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/GRPCClient/
H A DGRPCInterceptor.m229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
265 // retain this interceptor until the method exit to prevent deallocation of the interceptor
274 // retain this interceptor until the method exit to prevent deallocation of the interceptor
284 // retain this interceptor until the method exit to prevent deallocation of the interceptor
293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/GRPCClient/private/
H A DGRPCTransport+Private.m66 // retain the transport instance until the method exit to prevent deallocation of the transport
73 // retain the transport instance until the method exit to prevent deallocation of the transport
80 // retain the transport instance until the method exit to prevent deallocation of the transport
87 // retain the transport instance until the method exit to prevent deallocation of the transport
94 // retain the transport instance until the method exit to prevent deallocation of the transport
/dports/devel/grpc/grpc-1.42.0/src/objective-c/GRPCClient/private/
H A DGRPCTransport+Private.m66 // retain the transport instance until the method exit to prevent deallocation of the transport
73 // retain the transport instance until the method exit to prevent deallocation of the transport
80 // retain the transport instance until the method exit to prevent deallocation of the transport
87 // retain the transport instance until the method exit to prevent deallocation of the transport
94 // retain the transport instance until the method exit to prevent deallocation of the transport
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/GRPCClient/private/
H A DGRPCTransport+Private.m66 // retain the transport instance until the method exit to prevent deallocation of the transport
73 // retain the transport instance until the method exit to prevent deallocation of the transport
80 // retain the transport instance until the method exit to prevent deallocation of the transport
87 // retain the transport instance until the method exit to prevent deallocation of the transport
94 // retain the transport instance until the method exit to prevent deallocation of the transport
/dports/devel/art/art-0.9.02/regressions/features/
H A D005.c.artrep.right1 Warning: deallocation of resource 0x by heap-memory:free at 005.c:13 while allocated at 005.c:11 wh…
2 Warning: deallocation of resource 0x by heap-memory:free at 005.c:17 while allocated at 005.c:15 wh…
H A D002.c.artrep.right1 Warning: deallocation of resource 0x by heap-memory:free at 002.c:12 while allocated at 002.c:10 wh…
2 Error: deallocation of handle 0x by heap-memory:free at 002.c:16 while the handle allocated at 002.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/scudo/
H A Dscudo_flags.inc22 "Size in KB of quarantine used to delay the actual deallocation of "
39 // Disable the deallocation type check by default on Android, it causes too many
48 "Zero chunk contents on allocation and deallocation.")
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-cpu-runner/
H A Dsimple.mlir34 llvm.func @deallocation(%arg0: !llvm<"float*">) {
40 // Check that allocation and deallocation works, and that a custom entry point
50 llvm.call @deallocation(%0) : (!llvm<"float*">) -> ()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/crash_handler/
H A Dcrash_analyzer_unittest.cc131 ASSERT_GT(proto.deallocation().stack_trace_size(), (int)trace_len); in TEST_F()
140 ASSERT_EQ(proto.deallocation().stack_trace( in TEST_F()
141 proto.deallocation().stack_trace_size() - i), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/crash_handler/
H A Dcrash_analyzer_unittest.cc131 ASSERT_GT(proto.deallocation().stack_trace_size(), (int)trace_len); in TEST_F()
140 ASSERT_EQ(proto.deallocation().stack_trace( in TEST_F()
141 proto.deallocation().stack_trace_size() - i), in TEST_F()

12345678910>>...120