Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up and standardize naming of stats code. | David T. Goldblatt | 2017-12-19 | 1 | -1/+1 |
| | | | | | | The arena-associated stats are now all prefixed with arena_stats_, and live in their own file. Likewise, malloc_bin_stats_t -> bin_stats_t, also in its own file. | ||||
* | Move bin forking code from arena to bin module. | David T. Goldblatt | 2017-12-19 | 1 | -1/+16 |
| | |||||
* | Move bin initialization from arena module to bin module. | David T. Goldblatt | 2017-12-19 | 1 | -1/+15 |
| | |||||
* | Pull out arena_bin_info_t and arena_bin_t into their own file. | David T. Goldblatt | 2017-12-19 | 1 | -0/+21 |
In the process, kill arena_bin_index, which is unused. To follow are several diffs continuing this separation. |