Update a comment.
This commit is contained in:
parent
a64123ce13
commit
fda60be799
@ -165,7 +165,7 @@ struct arena_s {
|
|||||||
* perspective:
|
* perspective:
|
||||||
* 1) Thread assignment (modifies nthreads) is synchronized via atomics.
|
* 1) Thread assignment (modifies nthreads) is synchronized via atomics.
|
||||||
* 2) Bin-related operations are protected by bin locks.
|
* 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;
|
malloc_mutex_t lock;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user