Fix a comment.
This commit is contained in:
parent
ea59ebf4d3
commit
a6ec1c869e
@ -74,7 +74,7 @@ struct tcache_bin_s {
|
|||||||
* To make use of adjacent cacheline prefetch, the items in the avail
|
* To make use of adjacent cacheline prefetch, the items in the avail
|
||||||
* stack goes to higher address for newer allocations. avail points
|
* stack goes to higher address for newer allocations. avail points
|
||||||
* just above the available space, which means that
|
* 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.
|
* be allocated first.
|
||||||
*/
|
*/
|
||||||
void **avail; /* Stack of available objects. */
|
void **avail; /* Stack of available objects. */
|
||||||
|
Loading…
Reference in New Issue
Block a user