mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
SEC: Fix a comment typo.
This commit is contained in:
committed by
David Goldblatt
parent
cde7097eca
commit
4b8870c7db
@@ -80,7 +80,7 @@ struct sec_s {
|
|||||||
size_t alloc_max;
|
size_t alloc_max;
|
||||||
/*
|
/*
|
||||||
* Exceeding this amount of cached extents in a shard causes *all* of
|
* Exceeding this amount of cached extents in a shard causes *all* of
|
||||||
* the shards in that bin to be flushed.
|
* the bins in that shard to be flushed.
|
||||||
*/
|
*/
|
||||||
size_t bytes_max;
|
size_t bytes_max;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user