]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow: spare pool return optimization 8945/head
authorVictor Julien <vjulien@oisf.net>
Mon, 29 May 2023 12:05:38 +0000 (14:05 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 31 May 2023 05:58:19 +0000 (07:58 +0200)
commit5b160d274c4523a5454c1f5f4be932219405e452
treefd3d5b7c0406f43ff74aa4b019b9eaa6a4d84906
parentafbd4162f289e195aed8713de2638953ca86fda5
flow: spare pool return optimization

In case small blocks of flows are returned, try to merge
them with existing small list head. Add full block as second
in the list as with the rest of the code.
src/flow-spare-pool.c