mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
SEC: Fix a comment typo.
This commit is contained in:
parent
cde7097eca
commit
4b8870c7db
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue