Skip to content

Commit c5ab31f

Browse files
committed
comments
1 parent fa056f4 commit c5ab31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/iso_alloc_ds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ typedef uint8_t free_bit_slot_t;
3030
typedef struct {
3131
/* Hot fields: all fit within the first 64-byte cache line.
3232
* These are accessed on every alloc/free operation, so keeping
33-
* them co-located avoids extra cache misses (Agner Fog §9.4). */
33+
* them colocated avoids extra cache misses */
3434
void *user_pages_start; /* Start of the pages backing this zone */
3535
void *bitmap_start; /* Start of the bitmap */
3636
int64_t next_free_bit_slot; /* The last bit slot returned by get_next_free_bit_slot */

0 commit comments

Comments
 (0)