0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-02-02 14:20:01 +00:00
Maria Matejka ffa57a4303 Allocate the normalization buckets on stack
Even though allocating from tmp_linpool is quite cheap,
it isn't cheap when the block is larger than a page, which is the case here.
Instead, we now allocate just the result which typically fits in a page,
avoiding a necessity of a malloc().
2025-01-09 10:08:27 +01:00
..
2024-06-12 09:23:50 +02:00
Doc
2023-10-04 13:01:21 +02:00
2022-10-12 10:05:14 +02:00
2024-05-18 15:41:33 +02:00
2018-03-18 02:56:51 +01:00