mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-02-02 14:20:01 +00:00
ffa57a4303
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().