authorgravatar for hello@nulo.inNulo <hello@nulo.in> 2021-07-03 23:00:32+00:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2021-07-04 15:44:29-04:00
log5d0dad9acdac854d68e1447b90fd3dbde9ff0b2d
tree21a860a9cc96d3df9483a81639fc12c48df80fda
parentda2ca447c838777f1200386490808738c1183809

Link to the GPA now that it's on upstream


1 files changed, 1 insertions(+), 4 deletions(-)

doc/langref.html.in+1-4
...@@ -9607,10 +9607,7 @@ test "string literal to constant slice" {...@@ -9607,10 +9607,7 @@ test "string literal to constant slice" {
9607 </p>9607 </p>
9608 <p>9608 <p>
9609 There are many example allocators to look at for inspiration. Look at std/heap.zig and9609 There are many example allocators to look at for inspiration. Look at std/heap.zig and
9610 at this9610 {#syntax#}std.heap.GeneralPurposeAllocator{#endsyntax#}.
9611 <a href="https://github.com/andrewrk/zig-general-purpose-allocator/">work-in-progress general purpose allocator</a>.
9612 TODO: once <a href="https://github.com/ziglang/zig/issues/21">#21</a> is done, link to the docs
9613 here.
9614 </p>9611 </p>
9615 {#header_close#}9612 {#header_close#}
96169613