commit | a9ea10d27c320926cab2e59c66ebcd25c49df24c | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Thu Oct 16 15:05:02 2014 -0400 |
committer | Daniel Micay <danielmicay@gmail.com> | Thu Oct 16 15:39:59 2014 -0400 |
tree | f96d64312e1615976ec3a0eed3d15e3def95c125 | |
parent | 9673983443a0782d975fbcb5d8457cfd411b8b56 [diff] |
use sized deallocation internally for ralloc The size of the source allocation is known at this point, so reading the chunk header can be avoided for the small size class fast path. This is not very useful right now, but it provides a significant performance boost with an alternate ralloc entry point taking the old size.