commit | 80737c3323dabc45232affcaeb99ac2bad6ea647 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Wed May 02 16:11:03 2012 -0700 |
committer | Jason Evans <je@fb.com> | Wed May 02 16:11:03 2012 -0700 |
tree | b50bac23b8e5bebeb643bea3b2474135cdd28e05 | |
parent | 7bfecf412dab69e771c9bbbaa01160bb69af8ec0 [diff] |
Further optimize and harden arena_salloc(). Further optimize arena_salloc() to only look at the binind chunk map bits in the common case. Add more sanity checks to arena_salloc() that detect chunk map inconsistencies for large allocations (whether due to allocator bugs or application bugs).