diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-04 01:06:16 +0000 |
commit | f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 (patch) | |
tree | 4d9312c73d585628304bee0e045562054f9c351d /doc/libstddjb/alloc.html | |
parent | 3aad40d38f3cba359f78f81dd27b420d19aa45b7 (diff) | |
download | skalibs-f3d5157564992f1ef9f390b3ce0c7d3706ba0f19.tar.xz |
doc: fix URLs
Diffstat (limited to 'doc/libstddjb/alloc.html')
-rw-r--r-- | doc/libstddjb/alloc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/alloc.html b/doc/libstddjb/alloc.html index ca6ecf1..646a206 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="http://www.opengroup.org/onlinepubs/9699919799/functions/malloc.html">malloc()</a> +<a href="https://www.opengroup.org/onlinepubs/9699919799/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> |