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 d376ce8 commit 648b115Copy full SHA for 648b115
include/btree.h
@@ -489,8 +489,8 @@ namespace alg {
489
490
/**
491
* Allocate empty node struct.
492
- * A better allocator should be consider in practice,
493
- * such as re-cycling the freed up blocks on disk, so used blocks.
+ * A better allocator should be consider in practice, such as
+ * re-cycling the freed up blocks on disk, so used blocks
494
* should be traced in some data strucuture, file header maybe.
495
*/
496
void * ALLOCBLK() {
0 commit comments