mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-19 00:43:16 +03:00
Fix a comment.
This commit is contained in:
parent
ea59ebf4d3
commit
a6ec1c869e
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ struct tcache_bin_s {
|
|||
* To make use of adjacent cacheline prefetch, the items in the avail
|
||||
* stack goes to higher address for newer allocations. avail points
|
||||
* just above the available space, which means that
|
||||
* avail[-ncached, ... 1] are available items and the lowest item will
|
||||
* avail[-ncached, ... -1] are available items and the lowest item will
|
||||
* be allocated first.
|
||||
*/
|
||||
void **avail; /* Stack of available objects. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue