Add SEC module: a small extent cache.

This can be used to take pressure off a more centralized, worse-sharded
allocator without requiring a full break of the arena abstraction.
This commit is contained in:
David Goldblatt 2020-10-15 13:46:38 -07:00 committed by David Goldblatt
parent 1964b08394
commit ea51e97bb8
10 changed files with 893 additions and 1 deletions

View file

@ -99,7 +99,6 @@ struct cache_bin_s {
* array.
*/
uint16_t low_bits_empty;
};
/*