commit | 58799f6d1c1f58053f4aac1b100ce9049c868039 | [log] [tgz] |
---|---|---|
author | Qinfan Wu <wqfish@fb.com> | Tue Aug 26 21:28:31 2014 -0700 |
committer | Qinfan Wu <wqfish@fb.com> | Tue Aug 26 21:28:31 2014 -0700 |
tree | 909d2d2203c32f111070b20278affb0db83b4f42 | |
parent | 3e24afa28e01b743a9f7fa1d42acb67e079d8187 [diff] |
Remove junk filling in tcache_bin_flush_small(). Junk filling is done in arena_dalloc_bin_locked(), so arena_alloc_junk_small() is redundant. Also, we should use arena_dalloc_junk_small() instead of arena_alloc_junk_small().