mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-15 21:27:18 +03:00
psset: Rename "bitmap" to "pageslab_bitmap".
It tracks pageslabs. Soon, we'll have another bitmap (to track dirty pages) that we want to disambiguate. While we're here, fix an out-of-date comment.
This commit is contained in:
parent
154aa5fcc1
commit
6bddb92ad6
2 changed files with 8 additions and 13 deletions
|
|
@ -57,7 +57,7 @@ struct psset_s {
|
|||
*/
|
||||
hpdata_age_heap_t pageslabs[PSSET_NPSIZES];
|
||||
/* Bitmap for which set bits correspond to non-empty heaps. */
|
||||
fb_group_t bitmap[FB_NGROUPS(PSSET_NPSIZES)];
|
||||
fb_group_t pageslab_bitmap[FB_NGROUPS(PSSET_NPSIZES)];
|
||||
/*
|
||||
* The sum of all bin stats in stats. This lets us quickly answer
|
||||
* queries for the number of dirty, active, and retained pages in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue