mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-25 06:16:27 +03:00
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:
parent
1964b08394
commit
ea51e97bb8
10 changed files with 893 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ struct cache_bin_s {
|
|||
* array.
|
||||
*/
|
||||
uint16_t low_bits_empty;
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue