aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libstddjb/alloc.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:56 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:56 +0000
commite92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c (patch)
tree13984417993446fd673e45076296920b023bc076 /doc/libstddjb/alloc.html
parent3d15149f5d02339fa5d6a9ec35ef067791f772ef (diff)
downloadskalibs-e92e5cbc9c42a7f926eb4b25fdf6e52ec9d2fa4c.tar.gz
Update docs to latest posix version
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb/alloc.html')
-rw-r--r--doc/libstddjb/alloc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/alloc.html b/doc/libstddjb/alloc.html
index 646a206..b110b61 100644
--- a/doc/libstddjb/alloc.html
+++ b/doc/libstddjb/alloc.html
@@ -30,7 +30,7 @@ and implemented in the <tt>libskarnet.a</tt> or <tt>libskarnet.so</tt> library.
<p>
<tt>alloc</tt> is the skalibs heap memory manager. It's actually a
wrapper for the
-<a href="https://www.opengroup.org/onlinepubs/9699919799/functions/malloc.html">malloc()</a>
+<a href="https://www.opengroup.org/onlinepubs/9799919799/functions/malloc.html">malloc()</a>
series of functions; it unifies a few system-dependent <tt>malloc</tt>
behaviours. It's also the API to implement and preload if for some
reason you need to plug in your own allocator: replacing <tt>alloc()</tt>