| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This lives in the cache_bin module; just a typo.
|
|
|
|
|
| |
In the jemalloc_internal_inlines files, we have a lot of somewhat terse function
names. This commit adds some documentation to aid in translation.
|
|
|
|
|
|
| |
This eliminates the need for the arena stats code to "know" about tcaches; all
that it needs is a cache_bin_array_descriptor_t to tell it where to find
cache_bins whose stats it should aggregate.
|
|
This is the first step towards breaking up the tcache and arena (since they
interact primarily at the bin level). It should also make a future arena
caching implementation more straightforward.
|