When we add a pointer to a cache, we add it at the end. By draining the
end, we were effectively putting back into the central freelist what
was just put in the local cache.
This improves performances, with no impact on memory footprint.
Differential D74869
[scudo][standalone] Drain the start of a cache, not the end cryptoad on Feb 19 2020, 1:32 PM. Authored by
Details
When we add a pointer to a cache, we add it at the end. By draining the This improves performances, with no impact on memory footprint.
Diff Detail
|