]> git.ipfire.org Git - thirdparty/bird.git/commit
Disable multiple malloc arenas
authorMaria Matejka <mq@ucw.cz>
Sat, 14 Dec 2024 22:21:07 +0000 (23:21 +0100)
committerMaria Matejka <mq@ucw.cz>
Sun, 15 Dec 2024 21:21:34 +0000 (22:21 +0100)
commit792189e807ab699ec475939c640bbdaa2f8b3513
tree240203d90a5170e5edaa5237300a9d72cb03497e
parent2d7c8f4d5cefba18539dec2d01c598e87cbf4969
Disable multiple malloc arenas

In our usecase, these are impossibly greedy because we often
free memory in a different thread than where we allocate, forcing
the default allocator to scatter the used memory all over the place.
configure.ac
sysdep/unix/alloc.c