commit | 3ef51d7f733ac6432e80fa902a779ab5b98d74f6 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri May 06 12:16:00 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Fri May 06 14:37:39 2016 -0700 |
tree | 9a263386638d73f3466ae9b0f664e2bd204af96c | |
parent | c2f970c32b527660a33fa513a76d913c812dcf7c [diff] |
Optimize the fast paths of calloc() and [m,d,sd]allocx(). This is a broader application of optimizations to malloc() and free() in f4a0f32d340985de477bbe329ecdaecd69ed1055 (Fast-path improvement: reduce # of branches and unnecessary operations.). This resolves #321.