diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
commit | 0db356ea482b3045f4d49b5c7953791bf18573a3 (patch) | |
tree | d083419e0fb7f974b4111a5fcd44174d1d221556 /news/2011-q3.mdwn | |
parent | 9553439d7562aad9c3b58a83fc7c0059fc29422a (diff) | |
download | web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.gz web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.bz2 web-0db356ea482b3045f4d49b5c7953791bf18573a3.zip |
Fix git.savannah.gnu.org urls into https
Diffstat (limited to 'news/2011-q3.mdwn')
-rw-r--r-- | news/2011-q3.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/2011-q3.mdwn b/news/2011-q3.mdwn index 83fc30a5..587a8b6e 100644 --- a/news/2011-q3.mdwn +++ b/news/2011-q3.mdwn @@ -71,7 +71,7 @@ Maksym Planeta finished a project he has been doing as a university task: replace GNU Mach's old zone memory allocator with a new [[!wikipedia slab_allocation desc="slab allocator"]] written by Richard Braun, who also mentored Maksym during the project. [This -allocator](http://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463), +allocator](https://git.savannah.gnu.org/cgit/hurd/gnumach.git/commit/?h=mplaneta/libbraunr/master&id=59c9da87375ad3c8401890ecd4f7f101093f2463), apart from being overally cleaner than the zone allocator, is meant to waste less memory than the zone allocator (less fragmentation and more memory can be reclaimed by the VM system), there are debugging/inspection features, and it's |