]> git.ipfire.org Git - thirdparty/bird.git/commit
Slab: Remove fake slab
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Tue, 17 Dec 2024 14:34:56 +0000 (15:34 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 19 Feb 2025 08:44:22 +0000 (09:44 +0100)
commit9d1658fa53ff1906f0db1826b39983e763ab29f4
tree974442564a4cd512f33436ee4375ec8e967411fe
parentab6bfbca217c379b5162cae54a26fd55fa0e7b49
Slab: Remove fake slab

From the beginning, there is a years-old implementation of a slab
not actually being a slab, just transparently passing all requests
to malloc and free. We don't need that anymore, we have different
methods now to determine whether the problem is the allocator or
something else, and as we are going to change the slab API anyway,
together with some behavioral updates, having a fake slab is just
an anachronism.
lib/slab.c