Skip to content

Commit

Permalink
deploy: f8506ac
Browse files Browse the repository at this point in the history
  • Loading branch information
abxh committed Sep 9, 2024
1 parent c2c5cf5 commit 51d94e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_2arena_2fhashtable_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<div class="line"> <a id="a1" name="a1"></a><a class="code hl_function" href="arena_8h.html#a7db71fb9cc2f471dab7268922ea8c58f">arena_init</a>(&amp;<a class="code hl_struct" href="structarena.html">arena</a>, <span class="keyword">sizeof</span>(backing_buf) - 1, &amp;backing_buf[1]);</div>
<div class="line"> </div>
<div class="line"> uint32_t capacity = 3;</div>
<div class="line"> uint32_t size;</div>
<div class="line"> uint32_t size = 0;</div>
<div class="line"> assert(strint_ht_calc_sizeof(&amp;capacity, &amp;size) == <span class="keyword">true</span>);</div>
<div class="line"> </div>
<div class="line"> <span class="keyword">struct </span>strint_ht *ht = <a id="a2" name="a2"></a><a class="code hl_function" href="arena_8h.html#a1cf73dd3affc5697031b8904243976b0">arena_allocate_aligned</a>(&amp;<a class="code hl_struct" href="structarena.html">arena</a>, <span class="keyword">alignof</span>(<span class="keyword">struct</span> strint_ht), size);</div>
Expand Down

0 comments on commit 51d94e4

Please sign in to comment.