aboutsummaryrefslogtreecommitdiffstats
path: root/doc/GlueGen_Mapping.html
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-06-17 07:03:05 +0200
committerSven Gothel <[email protected]>2023-06-17 07:03:05 +0200
commitf364dd017e548d1b61b0b01ecd4ab2dbe4924d76 (patch)
treef08d7697bef77b6f4968d042f602fab6901e1db8 /doc/GlueGen_Mapping.html
parent6e8d3491863f21283edfd8aa0116599248fdc6fe (diff)
doc/GlueGen_Mapping.md: Remove note regarding shrinking array, resolved
Diffstat (limited to 'doc/GlueGen_Mapping.html')
-rw-r--r--doc/GlueGen_Mapping.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/GlueGen_Mapping.html b/doc/GlueGen_Mapping.html
index 57d2089..28e1e62 100644
--- a/doc/GlueGen_Mapping.html
+++ b/doc/GlueGen_Mapping.html
@@ -637,11 +637,6 @@ href="#returnedarraylength-symbol-expression">ReturnedArrayLength
Setting</a> above.</p></li>
<li><p>To release native memory with <em>java ownership</em>, i.e. a
native ByteBuffer, <code>releaseVal()</code> can be used.</p></li>
-<li><p>To shrink a <em>Pointer</em> &amp; <em>VariaElemCount</em>
-pointer-array elemCount size with <em>java ownership</em> , the memory
-must be cleared with <code>releaseVal()</code> first. This is due to
-<code>setVal(src, srcPos, destPos, len)</code> reusing the existing
-memory in case <code>destPos + len &lt; elemCount</code>.</p></li>
</ul>
<h3 id="struct-java-signature-table">Struct Java Signature Table</h3>
<p>Please find below signature table as generated by the <em>C