Skip to content
Commit 6591ff09 authored by Jason Evans's avatar Jason Evans
Browse files

Fix arena_dalloc() performance regression.

Take into account large_pad when computing whether to pass the
deallocation request to tcache_dalloc_large(), so that the largest
cacheable size makes it back to tcache.  This regression was introduced
by 8a03cf03 (Implement cache index
randomization for large allocations.).
parent 5154175c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment