mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
d6fdb99fd0
commit
5bbefd95b5
40 changed files with 1381 additions and 1403 deletions
|
|
@ -156,6 +156,7 @@ public static void Free(void *ptr, ulong size)</code></pre>
|
|||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void Free<T>(T*ptr)
|
||||
|
||||
where T : struct</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
|
|
@ -288,6 +289,7 @@ public void *Malloc(ulong size, ulong alignment)</code></pre>
|
|||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void *Malloc<T>(ulong alignment = 8UL)
|
||||
|
||||
where T : struct</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue