We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa056f4 commit c5ab31fCopy full SHA for c5ab31f
1 file changed
include/iso_alloc_ds.h
@@ -30,7 +30,7 @@ typedef uint8_t free_bit_slot_t;
30
typedef struct {
31
/* Hot fields: all fit within the first 64-byte cache line.
32
* These are accessed on every alloc/free operation, so keeping
33
- * them co-located avoids extra cache misses (Agner Fog §9.4). */
+ * them colocated avoids extra cache misses */
34
void *user_pages_start; /* Start of the pages backing this zone */
35
void *bitmap_start; /* Start of the bitmap */
36
int64_t next_free_bit_slot; /* The last bit slot returned by get_next_free_bit_slot */
0 commit comments