mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Update a comment.
This commit is contained in:
parent
a64123ce13
commit
fda60be799
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ struct arena_s {
|
|||
* perspective:
|
||||
* 1) Thread assignment (modifies nthreads) is synchronized via atomics.
|
||||
* 2) Bin-related operations are protected by bin locks.
|
||||
* 3) Chunk-related operations are protected by this mutex.
|
||||
* 3) Extent-related operations are protected by this mutex.
|
||||
*/
|
||||
malloc_mutex_t lock;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue