We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a99a commit fc3ed45Copy full SHA for fc3ed45
src/mini_heap.h
@@ -518,7 +518,7 @@ class MiniHeap {
518
return spanptr;
519
}
520
521
- // The comment are for the max size, since it is architecture-dependent.
+ // The comments are for the max size, since it is architecture-dependent.
522
internal::Bitmap _bitmap; // 128 128 bytes
523
const Span _span; // 8 136
524
MiniHeapListEntry _freelist{}; // 8 144
0 commit comments